summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorValery Sizov <vsv2711@gmail.com>2015-06-25 10:35:34 +0300
committerValery Sizov <vsv2711@gmail.com>2015-06-25 10:35:34 +0300
commit7c71fe9c3cf64972bb03f74fb0bcb76b9a38ecac (patch)
treeb872bcb1141b3b41a39e160619f0b9f381b7359b /spec
parenta6454082c456d5824012444be0977c34b0d51a87 (diff)
downloadgitlab-ci-7c71fe9c3cf64972bb03f74fb0bcb76b9a38ecac.tar.gz
cleaning up specs
Diffstat (limited to 'spec')
-rw-r--r--spec/features/commits_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/features/commits_spec.rb b/spec/features/commits_spec.rb
index a30b00d..202f05c 100644
--- a/spec/features/commits_spec.rb
+++ b/spec/features/commits_spec.rb
@@ -31,7 +31,6 @@ describe "Commits" do
describe ".gitlab-ci.yml not found warning" do
it "does not show warning" do
visit project_ref_commit_path(@project, @commit.ref, @commit.sha)
- click_on "Cancel"
page.should_not have_content ".gitlab-ci.yml not found in this commit"
end
@@ -41,7 +40,6 @@ describe "Commits" do
@commit.save
visit project_ref_commit_path(@project, @commit.ref, @commit.sha)
- click_on "Cancel"
page.should have_content ".gitlab-ci.yml not found in this commit"
end