spec/spec_helper.rb in icu_tournament-1.0.13 vs spec/spec_helper.rb in icu_tournament-1.1.0

- old
+ new

@@ -1,3 +1,8 @@ require 'rubygems' require 'rspec' require File.expand_path(File.dirname(__FILE__) + '/../lib/icu_tournament') + +RSpec.configure do |c| + c.filter_run :focus => true + c.run_all_when_everything_filtered = true +end