Sha256: bb7cbe67280a404a5d4b5f9fe7ab5d8ba4922bab4da6e4a2c7a30576d3241a6e

Contents?: true

Size: 494 Bytes

Versions: 10

Compression:

Stored size: 494 Bytes

Contents

# frozen_string_literal: true

require "bundler/setup"
require "rspec/core"
require "pry-byebug"

require "dotenv"
Dotenv.load(".env")

require_relative "../lib/twitch/bot"

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

10 entries across 10 versions & 1 rubygems

Version Path
twitch-bot-6.0.0 spec/spec_helper.rb
twitch-bot-5.0.6 spec/spec_helper.rb
twitch-bot-5.0.5 spec/spec_helper.rb
twitch-bot-5.0.4 spec/spec_helper.rb
twitch-bot-5.0.2 spec/spec_helper.rb
twitch-bot-5.0.1 spec/spec_helper.rb
twitch-bot-5.0.0 spec/spec_helper.rb
twitch-bot-4.1.1 spec/spec_helper.rb
twitch-bot-4.1.0 spec/spec_helper.rb
twitch-bot-4.0.1 spec/spec_helper.rb