Sha256: 45c287dc5299295e86c89f5e38f4aff03047e5ad23045f3c800ff25106e635e2
Contents?: true
Size: 377 Bytes
Versions: 2
Compression:
Stored size: 377 Bytes
Contents
require 'aktion_test_rails/matchers/factory_girl/have_a_valid_factory' module AktionTestRails module Matchers # = 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 # module FactoryGirl end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
aktion_test_rails-0.1.1 | lib/aktion_test_rails/matchers/factory_girl.rb |
aktion_test_rails-0.1.0 | lib/aktion_test_rails/matchers/factory_girl.rb |