Remove backward compatibility of factories.
This commit is contained in:
parent
d52f06f380
commit
80fb38de7a
54 changed files with 261 additions and 279 deletions
|
@ -12,7 +12,7 @@ class DashboardSearch < Spinach::FeatureSteps
|
|||
end
|
||||
|
||||
And 'I own project "Shop"' do
|
||||
@project = create :project, name: "Shop"
|
||||
@project = create(:project, :name => "Shop")
|
||||
@project.add_access(@user, :admin)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue