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

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