Remove backward compatibility of factories.
This commit is contained in:
parent
d52f06f380
commit
80fb38de7a
54 changed files with 261 additions and 279 deletions
|
@ -53,7 +53,7 @@ class Profile < Spinach::FeatureSteps
|
|||
end
|
||||
|
||||
Given 'I have activity' do
|
||||
Factory :closed_issue_event, author: current_user
|
||||
create(:closed_issue_event, author: current_user)
|
||||
end
|
||||
|
||||
Then 'I should see my activity' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue