Sha256: 7c9e50945ab570053b9230f4e3fed2e94546d2895b784e32201b15e5067a4851

Contents?: true

Size: 1006 Bytes

Versions: 28

Compression:

Stored size: 1006 Bytes

Contents

require 'rspec'
require 'rspec/its'
require 'rspec/collection_matchers'
require 'webmock/rspec'

if ENV['CI'] || (defined?(:RUBY_ENGINE) && RUBY_ENGINE != 'rbx')
  require 'coveralls'
  Coveralls.wear! do
    add_filter 'spec'
  end
end

require 'bundler'
Bundler.require

require 'acfs'

Dir[File.expand_path('spec/support/**/*.rb')].each {|f| require f}

RSpec.configure do |config|
  # ## Mock Framework
  #
  # If you prefer to use mocha, flexmock or RR, uncomment the appropriate line:
  #
  # config.mock_with :mocha
  # config.mock_with :flexmock
  # config.mock_with :rr

  # Run specs in random order to surface order dependencies. If you find an
  # order dependency and want to debug it, you can fix the order by providing
  # the seed, which is printed after each run.
  #     --seed 1234
  config.order = 'random'

  # Raise error when using old :should expectation syntax.
  config.raise_errors_for_deprecations!

  config.before :each do
    Acfs.runner.clear
    Acfs::Stub.clear
  end
end

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
acfs-0.32.1.1.b274 spec/spec_helper.rb
acfs-0.32.1.1.b272 spec/spec_helper.rb
acfs-0.32.1 spec/spec_helper.rb
acfs-0.32.0.1.b270 spec/spec_helper.rb
acfs-0.31.0.1.b269 spec/spec_helper.rb
acfs-0.32.0 spec/spec_helper.rb
acfs-0.31.0.1.b265 spec/spec_helper.rb
acfs-0.31.0.1.b263 spec/spec_helper.rb
acfs-0.31.0 spec/spec_helper.rb
acfs-0.30.0.1.b262 spec/spec_helper.rb
acfs-0.30.0.1.b261 spec/spec_helper.rb
acfs-0.30.0.1.b260 spec/spec_helper.rb
acfs-0.30.0 spec/spec_helper.rb
acfs-0.29.1.1.b259 spec/spec_helper.rb
acfs-0.29.1.1.b257 spec/spec_helper.rb
acfs-0.29.1 spec/spec_helper.rb
acfs-0.29.0.1.b256 spec/spec_helper.rb
acfs-0.29.0.1.b254 spec/spec_helper.rb
acfs-0.29.0 spec/spec_helper.rb
acfs-0.28.0.1.b253 spec/spec_helper.rb