json_spec added. Create project via REST API fixed
This commit is contained in:
parent
6b3ce96a19
commit
b73d4419ea
5 changed files with 22 additions and 49 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue