diff options
Diffstat (limited to 'test/fixtures/links.yml')
-rw-r--r-- | test/fixtures/links.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/fixtures/links.yml b/test/fixtures/links.yml new file mode 100644 index 0000000..1560785 --- /dev/null +++ b/test/fixtures/links.yml | |||
@@ -0,0 +1,9 @@ | |||
1 | # Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html | ||
2 | |||
3 | one: | ||
4 | directory: MyString | ||
5 | slug: MyString | ||
6 | |||
7 | two: | ||
8 | directory: MyString | ||
9 | slug: MyString | ||