Merged activities & projects pages

This commit is contained in:
Dmitriy Zaporozhets 2012-03-20 00:05:35 +02:00
parent 724ea16c34
commit cadf12c60c
9 changed files with 11 additions and 65 deletions

View file

@ -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