spec/support/shared_examples/wrapper.rb in arstotzka-1.4.2 vs spec/support/shared_examples/wrapper.rb in arstotzka-1.4.3
- old
+ new
@@ -13,8 +13,8 @@
end
shared_examples 'casts basic types' do
it_behaves_like 'a result that is type cast',
integer: Integer,
- float: Float,
- string: String
+ float: Float,
+ string: String
end