Skip to content

Commit

Permalink
Modify spike to work with new filter API
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwynne committed Aug 5, 2013
1 parent aff6ef1 commit 9c95a1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/cuke
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ module Cucumber
end

mappings = ClassicMappings.new
execute features, mappings, report, filter: '~@jruby'
require 'cucumber/core/test/tag_filter'
execute features, mappings, report, [[Cucumber::Core::Test::TagFilter, ['~@jruby']]]
report.after_suite
end

0 comments on commit 9c95a1d

Please sign in to comment.