Update factory girl to last version
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
require 'spec_helper'
|
||||
|
||||
feature 'API sign in' do
|
||||
let(:user) { Factory.create(:user) }
|
||||
let(:user) { FactoryGirl.create(:user) }
|
||||
|
||||
def do_create
|
||||
post api_sessions_path, :format => :json, :session => {
|
||||
|
Reference in New Issue
Block a user