Merged activities & projects pages
This commit is contained in:
parent
724ea16c34
commit
cadf12c60c
9 changed files with 11 additions and 65 deletions
|
@ -23,18 +23,4 @@ describe "Dashboard" do
|
|||
page.should have_content(@project.name)
|
||||
end
|
||||
end
|
||||
|
||||
describe "GET /dashboard/activities" do
|
||||
before do
|
||||
visit dashboard_activities_path
|
||||
end
|
||||
|
||||
it "should be on dashboard page" do
|
||||
current_path.should == dashboard_activities_path
|
||||
end
|
||||
|
||||
it "should have projects panel" do
|
||||
page.should have_content(@project.name)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue