summaryrefslogtreecommitdiff
path: root/spec/integration/ruby
diff options
context:
space:
mode:
Diffstat (limited to 'spec/integration/ruby')
-rw-r--r--spec/integration/ruby/bundler_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/ruby/bundler_spec.rb b/spec/integration/ruby/bundler_spec.rb
index 55f3764..e0fc647 100644
--- a/spec/integration/ruby/bundler_spec.rb
+++ b/spec/integration/ruby/bundler_spec.rb
@@ -6,7 +6,7 @@ RSpec.describe 'bundler' do
include_examples 'each report version', 'ruby', 'bundler'
context 'when the project depends on an older version of ruby specified in a `.ruby-version` file' do
- it 'installs the required ruby and produces a valid report' do
+ pending 'installs the required ruby and produces a valid report' do
runner.add_file('.ruby-version', 'ruby-2.4.9')
runner.add_file('Gemfile') do
<<~RAW