Sha256: ac7eca0367168b525182f192fbb26a8ea6b5acd3ee67d9c7ccdcff9aaf4d7fe9

Contents?: true

Size: 380 Bytes

Versions: 9

Compression:

Stored size: 380 Bytes

Contents

require 'bundler/setup'
require 'terradoc'

RSpec.configure do |config|
    # Enable flags like --only-failures and --next-failure
    config.example_status_persistence_file_path = '.rspec_status'

    # Disable RSpec exposing methods globally on `Module` and `main`
    config.disable_monkey_patching!

    config.expect_with :rspec do |c|
        c.syntax = :expect
    end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
terradoc-0.1.9 spec/spec_helper.rb
terradoc-0.1.8 spec/spec_helper.rb
terradoc-0.1.6 spec/spec_helper.rb
terradoc-0.1.5 spec/spec_helper.rb
terradoc-0.1.4 spec/spec_helper.rb
terradoc-0.1.3 spec/spec_helper.rb
terradoc-0.1.2 spec/spec_helper.rb
terradoc-0.1.1 spec/spec_helper.rb
terradoc-0.1.0 spec/spec_helper.rb