spec/factories/applications.rb in fe-0.0.4 vs spec/factories/applications.rb in fe-1.0.0
- old
+ new
@@ -1,7 +1,6 @@
# Read about factories at https://github.com/thoughtbot/factory_girl
FactoryGirl.define do
factory :application, :class => 'Fe::Application' do
- applicant_id 1
end
end