Move github source to private server
This commit is contained in:
11
test/fixtures/comments.yml
vendored
Normal file
11
test/fixtures/comments.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
content: "This is a test comment"
|
||||
user: employee
|
||||
task: one
|
||||
|
||||
two:
|
||||
content: "Another test comment"
|
||||
user: manager
|
||||
task: two
|
||||
Reference in New Issue
Block a user