Sha256: 20fd577842a407ee8c407bc7a60842cfac0d32cb48c15acdfe05fe8aaf919f7a

Contents?: true

Size: 373 Bytes

Versions: 64

Compression:

Stored size: 373 Bytes

Contents

ENV['RAILS_ENV'] ||= 'test'

require_relative 'app/config/environment'
require_relative '../lib/autoprefixer-rails'

require 'rspec/rails'

STDERR.puts "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

64 entries across 64 versions & 2 rubygems

Version Path
files.com-1.0.55 docs/vendor/bundle/ruby/2.5.0/gems/autoprefixer-rails-9.4.8/spec/spec_helper.rb
autoprefixer-rails-9.4.9 spec/spec_helper.rb
autoprefixer-rails-9.4.8 spec/spec_helper.rb
autoprefixer-rails-9.4.7 spec/spec_helper.rb
autoprefixer-rails-9.4.6 spec/spec_helper.rb
autoprefixer-rails-9.4.5 spec/spec_helper.rb
autoprefixer-rails-9.4.4 spec/spec_helper.rb
autoprefixer-rails-9.4.3 spec/spec_helper.rb
autoprefixer-rails-9.4.2 spec/spec_helper.rb
autoprefixer-rails-9.4.1 spec/spec_helper.rb
autoprefixer-rails-9.4.0 spec/spec_helper.rb
autoprefixer-rails-9.3.1 spec/spec_helper.rb
autoprefixer-rails-9.3.0 spec/spec_helper.rb
autoprefixer-rails-9.2.1 spec/spec_helper.rb
autoprefixer-rails-9.2.0 spec/spec_helper.rb
autoprefixer-rails-9.1.4 spec/spec_helper.rb
autoprefixer-rails-9.1.3 spec/spec_helper.rb
autoprefixer-rails-9.1.2 spec/spec_helper.rb
autoprefixer-rails-9.1.1 spec/spec_helper.rb
autoprefixer-rails-9.1.0 spec/spec_helper.rb