2012-03-01 23:25:55 +00:00
|
|
|
require 'spec_helper'
|
|
|
|
|
|
|
|
describe Comment do
|
|
|
|
|
|
|
|
it "factory should be valid" do
|
2012-03-06 18:09:15 +00:00
|
|
|
FactoryGirl.build(:comment).should be_valid
|
2012-03-01 23:25:55 +00:00
|
|
|
end
|
2012-03-03 17:09:03 +00:00
|
|
|
|
2012-03-01 23:25:55 +00:00
|
|
|
end
|