json_spec added. Create project via REST API fixed

This commit is contained in:
Alex Denisov 2012-09-04 09:38:48 +03:00
parent 6b3ce96a19
commit b73d4419ea
5 changed files with 22 additions and 49 deletions

View file

@ -11,6 +11,9 @@ module Factory
def self.new(type, *args)
FactoryGirl.build(type, *args)
end
def self.attributes(type, *args)
FactoryGirl.attributes_for(type, *args)
end
end
FactoryGirl.define do