Deleted unused ./test directory
[feedcatcher.git] / spec / factories.rb
1 # This will guess the User class
2 FactoryGirl.define do
3 factory :feed_item do
4 feed_name "test_feed"
5 title "Test feed item"
6 description "Test feed description"
7 end
8 end