spec/spec_helper.rb in rspreadsheet-0.4.7 vs spec/spec_helper.rb in rspreadsheet-0.4.8
- old
+ new
@@ -1,10 +1,10 @@
# This tells Bundler only load gems in side gemspec (not the locally installed ones). See http://stackoverflow.com/questions/4398262/setup-rspec-to-test-a-gem-not-rails
require 'bundler/setup'
Bundler.setup
RSpec.configure do |config|
- config.fail_fast = true
+# config.fail_fast = 4
# config.warnings = true
# so i can run individual test just by appending :focus to them
config.treat_symbols_as_metadata_keys_with_true_values = true if config.respond_to? :treat_symbols_as_metadata_keys_with_true_values= # older form
# config.filter_run_when_matching(:focus)