Sha256: dfb2dc0587d5030d590efd6d7ddd8ad2150db232de50143cc041905990f22905

Contents?: true

Size: 460 Bytes

Versions: 12

Compression:

Stored size: 460 Bytes

Contents

require "bundler/setup"
require "smart_table"

# test support gems
require 'byebug'

# test support
# require_relative 'support/some_file'

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

12 entries across 12 versions & 1 rubygems

Version Path
smart_table-0.0.12 ./spec/spec_helper.rb
smart_table-0.0.11 ./spec/spec_helper.rb
smart_table-0.0.10 ./spec/spec_helper.rb
smart_table-0.0.9 ./spec/spec_helper.rb
smart_table-0.0.8 ./spec/spec_helper.rb
smart_table-0.0.7 ./spec/spec_helper.rb
smart_table-0.0.6 ./spec/spec_helper.rb
smart_table-0.0.5 ./spec/spec_helper.rb
smart_table-0.0.4 ./spec/spec_helper.rb
smart_table-0.0.3 ./spec/spec_helper.rb
smart_table-0.0.2 ./spec/spec_helper.rb
smart_table-0.0.1 ./spec/spec_helper.rb