spec/helper.rb in bearcat-0.1.1 vs spec/helper.rb in bearcat-0.3
- old
+ new
@@ -4,15 +4,9 @@
require 'webmock/rspec'
require 'json'
WebMock.disable_net_connect!
-RSpec.configure do |config|
- config.expect_with :rspec do |c|
- c.syntax = :expect
- end
-end
-
def fixture(file)
File.new(File.join(File.expand_path("../fixtures", __FILE__), file))
end
def stub_get(client, url)