1# This file was generated by the `rspec --init` command. Conventionally, all
2# specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
3# Require this file using `require "spec_helper.rb"` to ensure that it is only
4# loaded once.
5#
6# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
7RSpec.configure do |config|
8  config.run_all_when_everything_filtered = true
9  config.filter_run :focus
10  config.mock_with :rspec do |mocks|
11    mocks.syntax = :should
12  end
13  config.expect_with :rspec do |expectations|
14    expectations.syntax = [:should, :expect]
15  end
16end
17
18require 'webmock/rspec'
19require 'gist'
20