Sha256: a3f55dd0b5b9eec7d897058163311e012b49666a1b2087537979f7126d29d18c

Contents?: true

Size: 310 Bytes

Versions: 37

Compression:

Stored size: 310 Bytes

Contents

# encoding: utf-8
ENV['RAILS_ENV'] ||= 'test'

DIR = Pathname(__FILE__).dirname
require DIR.join('app/config/environment').to_s
require DIR.join('../lib/autoprefixer-rails').to_s

require 'pp'
require 'sprockets'
require 'rspec/rails'

PREFIXED = "a {\n  -webkit-transition: all 1s;\n  transition: all 1s;\n}"

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
autoprefixer-rails-0.8.20131213 spec/spec_helper.rb
autoprefixer-rails-0.8.20131209 spec/spec_helper.rb
autoprefixer-rails-0.8.20131205 spec/spec_helper.rb
autoprefixer-rails-0.8.20131104 spec/spec_helper.rb
autoprefixer-rails-0.8.20131029 spec/spec_helper.rb
autoprefixer-rails-0.8.20131020 spec/spec_helper.rb
autoprefixer-rails-0.8.20131017 spec/spec_helper.rb
autoprefixer-rails-0.8.20131015 spec/spec_helper.rb
autoprefixer-rails-0.8.20131009 spec/spec_helper.rb
autoprefixer-rails-0.8.20131007 spec/spec_helper.rb
autoprefixer-rails-0.8.20131006 spec/spec_helper.rb
autoprefixer-rails-0.8.20131001 spec/spec_helper.rb
autoprefixer-rails-0.8.20130923 spec/spec_helper.rb
autoprefixer-rails-0.8.20130919 spec/spec_helper.rb
autoprefixer-rails-0.8.20130911 spec/spec_helper.rb
autoprefixer-rails-0.8.20130906 spec/spec_helper.rb
autoprefixer-rails-0.8.20130903 spec/spec_helper.rb
autoprefixer-rails-0.8.20130902 spec/spec_helper.rb
autoprefixer-rails-0.7.20130824 spec/spec_helper.rb
autoprefixer-rails-0.7.20130810 spec/spec_helper.rb