Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/cucumber/cucumber-ruby in…
Browse files Browse the repository at this point in the history
…to add-fail-fast-switch
  • Loading branch information
danascheider committed Aug 26, 2015
2 parents ef93747 + 0844f49 commit b6579a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cucumber/formatter/backtrace_filter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module Formatter
[/vendor\/rails|lib\/cucumber|bin\/cucumber:|lib\/rspec|gems\/|minitest|test\/unit|.gem\/ruby|lib\/ruby/]

if(::Cucumber::JRUBY)
BACKTRACE_FILTER_PATERNS << /org\/jruby/
BACKTRACE_FILTER_PATTERNS << /org\/jruby/
end

class BacktraceFilter
Expand Down

0 comments on commit b6579a3

Please sign in to comment.