Skip to content

Commit

Permalink
Correct spelling.
Browse files Browse the repository at this point in the history
  • Loading branch information
brasmusson committed Aug 16, 2015
1 parent 9e8add6 commit 0844f49
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 0844f49

Please sign in to comment.