fixing jobs

This commit is contained in:
albert
2011-08-15 19:41:50 -04:00
parent 1c2ec028d3
commit c8067a4691
17 changed files with 73 additions and 124 deletions

7
test/fixtures/amazon_backups.yml vendored Normal file
View File

@@ -0,0 +1,7 @@
# Read about fixtures at http://api.rubyonrails.org/classes/Fixtures.html
one:
last_id: 1
two:
last_id: 1

View File

@@ -0,0 +1,7 @@
require 'test_helper'
class AmazonBackupTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end