spec/utopia/controller/variables_spec.rb in utopia-1.4.0 vs spec/utopia/controller/variables_spec.rb in utopia-1.5.0
- old
+ new
@@ -51,8 +51,8 @@
end
it "should convert to hash" do
subject << a << b
- expect(subject.to_hash).to be == {'x' => 10, 'y' => 20}
+ expect(subject.to_hash).to be == {x: 10, y: 20}
end
end