Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
Let's try putting a condition up at the top of the file
Browse files Browse the repository at this point in the history
It was working fine for me locally
  • Loading branch information
sikachu committed Sep 23, 2011
1 parent d204c7d commit 0ca98d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/storage/s3_live_test.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
require './test/helper'
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
setup do
rebuild_model :styles => { :thumb => "100x100", :square => "32x32#" },
Expand Down

0 comments on commit 0ca98d1

Please sign in to comment.