Sha256: 67423069febaaac87c91bdf88ead5197c66a5aa0a4c2dceb01a7208aabc4a7f4

Contents?: true

Size: 436 Bytes

Versions: 4

Compression:

Stored size: 436 Bytes

Contents

require "bundler/setup"
require "tsuku"

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

  Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
tsuku-0.2.0 spec/spec_helper.rb
tsuku-0.1.2 spec/spec_helper.rb
tsuku-0.1.1 spec/spec_helper.rb
tsuku-0.1.0 spec/spec_helper.rb