Sha256: 64d7adcb5c11acdb7fc655f7c297a96200513625bf195a082505da82edf1bb8e

Contents?: true

Size: 309 Bytes

Versions: 14

Compression:

Stored size: 309 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

14 entries across 14 versions & 1 rubygems

Version Path
autoprefixer-rails-0.4.20130530 spec/spec_helper.rb
autoprefixer-rails-0.4.20130528 spec/spec_helper.rb
autoprefixer-rails-0.4.20130527 spec/spec_helper.rb
autoprefixer-rails-0.4.20130524 spec/spec_helper.rb
autoprefixer-rails-0.4.20130523 spec/spec_helper.rb
autoprefixer-rails-0.4.20130521 spec/spec_helper.rb
autoprefixer-rails-0.4.20130515 spec/spec_helper.rb
autoprefixer-rails-0.4.20130507 spec/spec_helper.rb
autoprefixer-rails-0.3.20130502 spec/spec_helper.rb
autoprefixer-rails-0.3.20130427 spec/spec_helper.rb
autoprefixer-rails-0.3.20130424 spec/spec_helper.rb
autoprefixer-rails-0.3.20130423 spec/spec_helper.rb
autoprefixer-rails-0.2.20130413 spec/spec_helper.rb
autoprefixer-rails-0.1.20130409 spec/spec_helper.rb