Skip to content

Commit

Permalink
Do not run specs on jruby-9000 (closes #159)
Browse files Browse the repository at this point in the history
* See jruby/jruby#3884 for retails
* I'll replace it with add 9.1.1.0 release when it is available
  • Loading branch information
flash-gordon committed May 16, 2016
1 parent 1338202 commit d232677
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -10,7 +10,6 @@ rvm:
- 2.2.5
- 2.3.1
- rbx-2
- jruby-9000
- ruby-head
env:
global:
Expand Down
6 changes: 2 additions & 4 deletions spec/integration/schema/predicates/lt_spec.rb
Expand Up @@ -15,11 +15,10 @@
end


#https://github.com/dry-rb/dry-validation/issues/159
context 'with missing input' do
let(:input) { {} }

xit 'is not successful' do
it 'is not successful' do
expect(result).to be_failing ['is missing', 'must be less than 23']
end
end
Expand Down Expand Up @@ -149,8 +148,7 @@
context 'with missing input' do
let(:input) { {} }

#see https://github.com/dry-rb/dry-validation/issues/159
xit 'is not successful' do
it 'is not successful' do
expect(result).to be_failing ['is missing', 'must be less than 23']
end
end
Expand Down

0 comments on commit d232677

Please sign in to comment.