summaryrefslogtreecommitdiff
path: root/spec/features/lint_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/lint_spec.rb')
-rw-r--r--spec/features/lint_spec.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/spec/features/lint_spec.rb b/spec/features/lint_spec.rb
index 8f030d8..9e68d9e 100644
--- a/spec/features/lint_spec.rb
+++ b/spec/features/lint_spec.rb
@@ -2,7 +2,6 @@ require 'spec_helper'
describe "Lint" do
it "Yaml parsing", js: true do
-
content = File.read(Rails.root.join('spec/support/gitlab_stubs/gitlab_ci.yml'))
visit lint_path
fill_in "content", with: content
@@ -14,7 +13,5 @@ describe "Lint" do
page.should have_content("Deploy Job - cap deploy")
page.should have_content("Deploy Job - Deploy to staging")
end
-
end
-
end