Commit 224420396877cca13843fda9c69a2f94ffbad0b8

Authored by Dmitriy Zaporozhets
1 parent a0318138

remove save_adn_open_page from specs

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
spec/requests/projects_spec.rb
@@ -79,7 +79,6 @@ describe "Projects" do @@ -79,7 +79,6 @@ describe "Projects" do
79 end 79 end
80 80
81 it "should beahave like activities page" do 81 it "should beahave like activities page" do
82 - save_and_open_page  
83 within ".project-update" do 82 within ".project-update" do
84 page.should have_content("master") 83 page.should have_content("master")
85 page.should have_content(@project.commit.author.name) 84 page.should have_content(@project.commit.author.name)