Sha256: 9dd5af025607e0fc77b44df80e0864785905d6f40af818cc59ccdd8912753fd9
Contents?: true
Size: 392 Bytes
Versions: 11
Compression:
Stored size: 392 Bytes
Contents
require 'rspec' require 'pry' require 'fakeweb' RSpec.configure do |rspec| rspec.run_all_when_everything_filtered = true rspec.treat_symbols_as_metadata_keys_with_true_values = true rspec.filter_run_including :focus rspec.order = 'rand' rspec.color = true rspec.expect_with :rspec do |expectations| expectations.syntax = :expect end end FakeWeb.allow_net_connect = false
Version data entries
11 entries across 11 versions & 1 rubygems