Added automatically generated tests.

This commit is contained in:
Christoph Haas 2013-08-06 22:36:04 +02:00
parent b62c799ee8
commit 481476a4a8
2 changed files with 28 additions and 0 deletions

21
test/fixtures/screenshots.yml vendored Normal file
View file

@ -0,0 +1,21 @@
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
one:
version: MyString
uploaddatetime: 2013-07-27 13:29:55
uploaderhash: MyString
uploaderip: MyString
approved:
markedfordelete:
delete_reason: MyString
description: MyString
two:
version: MyString
uploaddatetime: 2013-07-27 13:29:55
uploaderhash: MyString
uploaderip: MyString
approved:
markedfordelete:
delete_reason: MyString
description: MyString

View file

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