dashboard
This commit is contained in:
parent
1a03b17ab5
commit
f8b5e5f78e
2 changed files with 22 additions and 17 deletions
|
@ -72,7 +72,10 @@ describe "Projects" do
|
|||
current_path.should == project_path(@project)
|
||||
end
|
||||
|
||||
it_behaves_like :tree_view
|
||||
it "should beahave like dashboard" do
|
||||
page.should have_content("Recent history")
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
describe "GET /projects/team" do
|
||||
|
@ -134,8 +137,6 @@ describe "Projects" do
|
|||
it "should show project" do
|
||||
page.should have_content("Awesome")
|
||||
end
|
||||
|
||||
it_behaves_like :tree_view
|
||||
end
|
||||
|
||||
#describe "DELETE /projects/:id", :js => true do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue