Remove backward compatibility of factories.
This commit is contained in:
parent
d52f06f380
commit
80fb38de7a
54 changed files with 261 additions and 279 deletions
|
@ -3,7 +3,7 @@ require 'spec_helper'
|
|||
describe "Users Security" do
|
||||
describe "Project" do
|
||||
before do
|
||||
@u1 = Factory :user
|
||||
@u1 = create(:user)
|
||||
end
|
||||
|
||||
describe "GET /login" do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue