spec/models/project_spec.rb in patch_ruby-1.9.0 vs spec/models/project_spec.rb in patch_ruby-1.10.0
- old
+ new
@@ -42,10 +42,10 @@
average_price_per_tonne_cents_usd: @instance.average_price_per_tonne_cents_usd,
remaining_mass_g: @instance.remaining_mass_g,
standard: @instance.standard
}
}
- let(:nullable_properties) { Set.new(["photos", "standard", "sdgs"]) }
+ let(:nullable_properties) { Set.new([:photos, :standard, :sdgs]) }
end
describe 'test an instance of Project' do
it 'should create an instance of Project' do
expect(@instance).to be_instance_of(Patch::Project)