aboutsummaryrefslogtreecommitdiffstats
path: root/spec/models/blog_comments_spec.rb
blob: 43daf7d18da671f5b411c60bcb1f7dd0224fa423 (plain) (blame)
1
2
3
4
5
6
7
8
require 'spec_helper'

describe BlogComment do
  it "initializes" do
    blog = BlogComment.new
    blog.should_not be_nil
  end
end