Added automatically generated tests.
This commit is contained in:
parent
b62c799ee8
commit
481476a4a8
2 changed files with 28 additions and 0 deletions
21
test/fixtures/screenshots.yml
vendored
Normal file
21
test/fixtures/screenshots.yml
vendored
Normal 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
|
||||
7
test/models/screenshot_test.rb
Normal file
7
test/models/screenshot_test.rb
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
require 'test_helper'
|
||||
|
||||
class ScreenshotTest < ActiveSupport::TestCase
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue