Commit c3270875edd4d381b11401545b100e7b0408d6ef
1 parent
38034278
Exists in
spb-stable
and in
3 other branches
Fix project team tests
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
features/steps/project/project_team_management.rb
... | ... | @@ -79,7 +79,7 @@ class ProjectTeamManagement < Spinach::FeatureSteps |
79 | 79 | end |
80 | 80 | |
81 | 81 | Given 'I own project "Website"' do |
82 | - @project = create(:project, name: "Website", namespace: @user.namespace) | |
82 | + @project = create(:empty_project, name: "Website", namespace: @user.namespace) | |
83 | 83 | @project.team << [@user, :master] |
84 | 84 | end |
85 | 85 | ... | ... |