* marking sign url test as pending until credentials are provided, and bringing back icecast test

This commit is contained in:
Seth Call 2014-01-08 04:27:56 +00:00
parent 010f41fed0
commit bffe453a6a
2 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,7 @@ describe S3Util do
describe "sign_url" do
pending
it "returns something" do
pending "until it uses jamkazam-test credentials"
S3Util.sign_url("jamkazam-dev", "avatar-tmp/user/image.png").should_not be_nil
end
end

View File

@ -9,7 +9,6 @@ describe IcecastAdminAuthentication do
end
it "save" do
pending
admin.save.should be_true
end