Skip to content

Commit

Permalink
updating unit tests to accommodate new property definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
David Dawson committed Mar 8, 2012
1 parent 344d281 commit 43e4cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/api_object_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def self.name; 'MyNamespace::SubNamespace::ObjectName'; end
before(:each) do
@api_object = Class.new(APIObject) do
def self.name; 'SomeObject'; end
property 'Foo', true
property 'Foo', :required => true
end
end

Expand Down

0 comments on commit 43e4cea

Please sign in to comment.