spec/spec_helper.rb in omniauth-twitcasting-0.0.2 vs spec/spec_helper.rb in omniauth-twitcasting-0.0.3

- old
+ new

@@ -4,10 +4,9 @@ require 'omniauth' require 'omniauth-twitcasting' # See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration RSpec.configure do |config| - config.treat_symbols_as_metadata_keys_with_true_values = true config.run_all_when_everything_filtered = true config.filter_run :focus config.include WebMock::API config.include Rack::Test::Methods