Commit 0ca98d19 by Prem Sichanugrist

Let's try putting a condition up at the top of the file

It was working fine for me locally
parent d204c7d8
require './test/helper' require './test/helper'
require 'aws/s3' require 'aws/s3'
class S3LiveTest < Test::Unit::TestCase unless ENV["S3_TEST_BUCKET"].blank?
unless ENV["S3_TEST_BUCKET"].blank? class S3LiveTest < Test::Unit::TestCase
context "Using S3 for real, an attachment with S3 storage" do context "Using S3 for real, an attachment with S3 storage" do
setup do setup do
rebuild_model :styles => { :thumb => "100x100", :square => "32x32#" }, rebuild_model :styles => { :thumb => "100x100", :square => "32x32#" },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment