fixes
This commit is contained in:
parent
82d16ccfd1
commit
5e12f10c14
6 changed files with 78 additions and 38 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue