Sha256: ca69c023ad63a87b1ef5451505e9fcebe5f80bde34531a0775d01319bf8b8f6b
Contents?: true
Size: 576 Bytes
Versions: 6
Compression:
Stored size: 576 Bytes
Contents
#!/usr/bin/env ruby system "spec -f n -c spec" puts "\n" ENV['RAILS'] = '2' ENV['RAILS_ENV'] = 'development' system "spec -f n -c spec" puts "\n" ENV['RAILS_ENV'] = 'production' system "spec -f n -c spec" puts "\n" ENV['RAILS'] = '3' ENV['RAILS_ENV'] = 'development' system "spec -f n -c spec" puts "\n" ENV['RAILS_ENV'] = 'production' system "spec -f n -c spec" ENV.delete 'RAILS' ENV.delete 'RAILS_ENV' puts "\n" ENV['SINATRA'] = '1' ENV['RACK_ENV'] = 'development' system "spec -f n -c spec" puts "\n" ENV['RACK_ENV'] = 'production' system "spec -f n -c spec"
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
smart_asset-0.5.10 | spec/run |
smart_asset-0.5.9 | spec/run |
smart_asset-0.5.8 | spec/run |
smart_asset-0.5.7 | spec/run |
smart_asset-0.5.6 | spec/run |
smart_asset-0.5.5 | spec/run |