Skip to content
This repository has been archived by the owner on Mar 24, 2020. It is now read-only.

Commit

Permalink
Mark ruby version spec as pending
Browse files Browse the repository at this point in the history
CircleCI image that must be used for the machine executor has an out of date ruby, but it is a 2.3 image, so the specs pass. Agreed to temporarily mark pending
  • Loading branch information
mcritchlow committed Jul 20, 2018
1 parent 1600ba2 commit 6d01a5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/features/ruby_version_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

feature "ruby version" do
scenario "objects should have meta tags" do
pending("Waiting on circleci image to support current ruby")
ver = File.read(File.join(File.dirname(__FILE__), '..', '..', '.ruby-version')).chomp
visit ruby_version_path
expect(page).to have_text "ruby version = #{ver}"
Expand Down

0 comments on commit 6d01a5b

Please sign in to comment.