spec/spec_helper.rb in agrid-client-0.0.1 vs spec/spec_helper.rb in agrid-client-0.0.2
- old
+ new
@@ -1,16 +1,9 @@
require 'agrid_client'
-require 'vcr'
-VCR.configure do |config|
- config.cassette_library_dir = "fixtures/vcr_cassettes"
- config.hook_into :webmock # or :fakeweb
-end
-
RSpec.configure do |config|
config.expect_with :rspec do |expectations|
expectations.include_chain_clauses_in_custom_matcher_descriptions = true
- expectations.syntax = :should
end
# rspec-mocks config goes here. You can use an alternate test double
# library (such as bogus or mocha) by changing the `mock_with` option here.
config.mock_with :rspec do |mocks|