Fix tests
This commit is contained in:
parent
58dad2b954
commit
74213534bc
1 changed files with 4 additions and 4 deletions
|
@ -87,7 +87,7 @@ describe "Admin::Projects" do
|
||||||
visit new_admin_project_path
|
visit new_admin_project_path
|
||||||
fill_in 'project_name', with: 'NewProject'
|
fill_in 'project_name', with: 'NewProject'
|
||||||
fill_in 'project_code', with: 'NPR'
|
fill_in 'project_code', with: 'NPR'
|
||||||
fill_in 'project_path', with: 'newproject'
|
fill_in 'project_path', with: 'gitlabhq_1'
|
||||||
expect { click_button "Create project" }.to change { Project.count }.by(1)
|
expect { click_button "Create project" }.to change { Project.count }.by(1)
|
||||||
@project = Project.last
|
@project = Project.last
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue