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