Skip to content

Commit

Permalink
Skip string construction spec that is flaky on 1.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed Jul 25, 2017
1 parent 028f16a commit 1f34641
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .rubocop.yml
Expand Up @@ -2,6 +2,10 @@ inherit_from:
- .rubocop_cocoapods.yml
- .rubocop_todo.yml

Metrics/BlockLength:
Exclude:
- 'spec/**/*_spec.rb'

Metrics/LineLength:
Max: 120

Expand Down
1 change: 1 addition & 0 deletions spec/resolver_spec.rb
Expand Up @@ -176,6 +176,7 @@ def self.save!(path, name, index, requirements, resolved)
end

it 'raises conflicts with requirement trees' do
skip "hashes don't behave nicely on 1.8.7" if RUBY_VERSION == '1.8.7'
test_case = TestCase.all.find { |tc| tc.name == 'yields conflicts if a child dependency is not resolved' }
index_class = TestIndex

Expand Down

0 comments on commit 1f34641

Please sign in to comment.