spec/spec_helper.rb in chargify2-0.2.1 vs spec/spec_helper.rb in chargify2-0.2.2

- old
+ new

@@ -11,9 +11,14 @@ Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f} RSpec.configure do |config| config.include SpecHelperMethods config.extend VCR::RSpec::Macros + config.filter_run :focused => true + config.run_all_when_everything_filtered = true + config.alias_example_to :fit, :focused => true + config.alias_example_to :xit, :disabled => true + config.color_enabled = true end VCR.config do |c| c.cassette_library_dir = 'spec/cassettes' c.stub_with :webmock