Sha256: 16e4f6ce526f188104965195362c462f9eb661d9c914164c5be338133a435849

Contents?: true

Size: 372 Bytes

Versions: 2

Compression:

Stored size: 372 Bytes

Contents

require "bundler/setup"
require "tailwindui_rails"

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

2 entries across 2 versions & 1 rubygems

Version Path
tailwindui_rails-0.2.0 spec/spec_helper.rb
tailwindui_rails-0.1.0 spec/spec_helper.rb