Skip to content

Commit

Permalink
(maint) Removing 'pending' for bundle management acceptance
Browse files Browse the repository at this point in the history
The pending test for bundle management fails on appveyor because it
actually passes due to the presence of devkit.
This test should not be pending - there should be a devkit installed.
The test can be manually ignored on workstations that don't/can't have
devkit.
  • Loading branch information
James Stocks committed Jun 20, 2017
1 parent 90b41cf commit a50632d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/bundle_management_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
its(:stderr) { is_expected.to match(%r{Checking for missing Gemfile dependencies}i) }

describe file('Gemfile.lock') do
it { pending 'json install requires ruby devkit' if Gem.win_platform?; is_expected.to be_file }
it { is_expected.to be_file }
end
end
end
Expand Down

0 comments on commit a50632d

Please sign in to comment.