Sha256: 796fc22fc022cc4e8020ef6328ec723b377c388b3f5b0caad6a34fbf34b91bd9

Contents?: true

Size: 411 Bytes

Versions: 12

Compression:

Stored size: 411 Bytes

Contents

require 'simplecov'
SimpleCov.start

$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
require 'mulder'
require 'mocha/api'

RSpec.configure do |config|

  config.treat_symbols_as_metadata_keys_with_true_values = true

  config.run_all_when_everything_filtered = true

  config.filter_run :focus

  config.mock_with :mocha

  config.order = 'random'

  config.before(:suite) do
    Fog.mock!
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
mulder-0.4.0 spec/spec_helper.rb
mulder-0.3.2 spec/spec_helper.rb
mulder-0.3.1 spec/spec_helper.rb
mulder-0.3.0 spec/spec_helper.rb
mulder-0.2.1 spec/spec_helper.rb
mulder-0.2.0 spec/spec_helper.rb
mulder-0.1.0 spec/spec_helper.rb
mulder-0.0.5 spec/spec_helper.rb
mulder-0.0.4 spec/spec_helper.rb
mulder-0.0.3 spec/spec_helper.rb
mulder-0.0.2 spec/spec_helper.rb
mulder-0.0.1 spec/spec_helper.rb