Sha256: 15ccaf24639ec18585ba3e909e913c2a962c5c2b156f3b2cdf007f892bf24467

Contents?: true

Size: 367 Bytes

Versions: 5

Compression:

Stored size: 367 Bytes

Contents

require "bundler/setup"
require "tailwindcss"

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

5 entries across 5 versions & 1 rubygems

Version Path
tailwindcss-1.0.3 spec/spec_helper.rb
tailwindcss-1.0.2 spec/spec_helper.rb
tailwindcss-1.0.1 spec/spec_helper.rb
tailwindcss-1.0.0 spec/spec_helper.rb
tailwindcss-0.2.0 spec/spec_helper.rb