Module: AktionTestRails::Matchers::FactoryGirl
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/aktion_test_rails/matchers/factory_girl.rb,
lib/aktion_test_rails/matchers/factory_girl/validation.rb
Overview
Matchers for FactoryGirl factories
These methods will test that factories are producing valid records
describe User do
it { should have_a_valid_factory(:user) }
end
Defined Under Namespace
Modules: Validation