Skip to content
Snippets Groups Projects
spec_helper.rb 216 B
Newer Older
Derek Lindahl's avatar
Derek Lindahl committed
RSpec.configure do |c|
  c.treat_symbols_as_metadata_keys_with_true_values = true
end

require 'webmock/rspec'