This commit is contained in:
gitlabhq 2011-11-01 22:51:20 +02:00
parent 82d16ccfd1
commit 5e12f10c14
6 changed files with 78 additions and 38 deletions

View file

@ -13,14 +13,14 @@ describe "Projects" do
end
it "should have link to new project" do
page.should have_content("New Project")
page.should have_content("Create new project")
end
end
describe "GET /projects/new" do
before do
visit projects_path
click_link "New Project"
click_link "Create new project"
end
it "should be correct path" do