Sha256: 6bb910b1093b03fcb14f4cbd57c4d5fb15afd2d80b2c2d3fa515876d021104fa

Contents?: true

Size: 381 Bytes

Versions: 6

Compression:

Stored size: 381 Bytes

Contents

# frozen_string_literal: true

ENV["RAILS_ENV"] ||= "test"

require_relative "app/config/environment"
require "autoprefixer-rails"

require "rspec/rails"

warn "ExecJS runtime is #{ExecJS.runtime.class}"

RSpec.configure do |c|
  c.filter_run_excluding not_jruby: RUBY_PLATFORM == "java"
end

def sprockets_4?
  Gem::Version.new(Sprockets::VERSION) > Gem::Version.new("4.0.x")
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
autoprefixer-rails-10.0.0 spec/spec_helper.rb
autoprefixer-rails-9.8.6.5 spec/spec_helper.rb
autoprefixer-rails-9.8.6.4 spec/spec_helper.rb
autoprefixer-rails-9.8.6.3 spec/spec_helper.rb
autoprefixer-rails-9.8.6.2 spec/spec_helper.rb
autoprefixer-rails-9.8.6.1 spec/spec_helper.rb