test/definition_test.rb in representable-0.13.0 vs test/definition_test.rb in representable-0.13.1
- old
+ new
@@ -33,11 +33,11 @@
it "responds to #setter" do
assert_equal :"songs=", @def.setter
end
it "responds to #sought_type" do
- assert_equal :text, @def.sought_type
+ assert_equal nil, @def.sought_type
end
end
describe "#apply" do
@@ -65,10 +65,10 @@
it "responds to #array?" do
assert @def.array?
end
it "responds to #sought_type" do
- assert_equal :text, @def.sought_type
+ assert_equal nil, @def.sought_type
end
it "responds to #default" do
assert_equal [], @def.default
end