Skip to content

Commit

Permalink
minitest integration is still broken on jruby 9000
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Feb 12, 2017
1 parent 3935166 commit e8e22ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ Feature: configure expectation framework
"""
And the output should contain "3 examples, 1 failure"

@broken-on-jruby-9000
Scenario: Configure minitest assertions
Given rspec-expectations is not installed
And a file named "example_spec.rb" with:
Expand Down
4 changes: 4 additions & 0 deletions features/support/jruby.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Around "@broken-on-jruby-9000" do |scenario, block|
require 'rspec/support/ruby_features'
block.call unless RSpec::Support::Ruby.jruby_9000?
end

0 comments on commit e8e22ed

Please sign in to comment.