diff options
author | Valery Sizov <vsv2711@gmail.com> | 2015-06-09 19:57:11 +0300 |
---|---|---|
committer | Valery Sizov <vsv2711@gmail.com> | 2015-06-09 19:57:11 +0300 |
commit | 794fbd353ed99ba512e230cb824a7170bc5a25d2 (patch) | |
tree | 916c1f2b2b0e7de844fd19977eb0874dd85edad2 /spec/features/lint_spec.rb | |
parent | 6657aff24cd6595bf3a0a8ede52dcf91cf5fa079 (diff) | |
download | gitlab-ci-lint.tar.gz |
spec fixlint
Diffstat (limited to 'spec/features/lint_spec.rb')
-rw-r--r-- | spec/features/lint_spec.rb | 3 |
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 |