spec/unit/resource/key/property_spec.rb in transcriber-0.0.19 vs spec/unit/resource/key/property_spec.rb in transcriber-0.0.20
- old
+ new
@@ -30,10 +30,10 @@
options = {values: values}
Resource::Property.new(:payment_status, options)
end
it "configures values" do
- subject.translations.should == values.invert
+ subject.translations.should == values
end
end
end
end