summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2011-11-27 17:39:58 +0200
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2011-11-27 17:39:58 +0200
commit224420396877cca13843fda9c69a2f94ffbad0b8 (patch)
tree79853b74b086da5c2a1f12a7cdb0fd600e465c3a
parenta031813887a203b80006e7fdc3204355fd8d02b7 (diff)
downloadgitlab-ce-224420396877cca13843fda9c69a2f94ffbad0b8.tar.gz
remove save_adn_open_page from specs
-rw-r--r--spec/requests/projects_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/requests/projects_spec.rb b/spec/requests/projects_spec.rb
index 07bbfccd816..4800e8b8098 100644
--- a/spec/requests/projects_spec.rb
+++ b/spec/requests/projects_spec.rb
@@ -79,7 +79,6 @@ describe "Projects" do
end
it "should beahave like activities page" do
- save_and_open_page
within ".project-update" do
page.should have_content("master")
page.should have_content(@project.commit.author.name)