Add unit test for tag cloud

This commit is contained in:
Katrina Owen 2013-03-01 16:03:35 -05:00
parent 63fb7a589c
commit a13199cdda
5 changed files with 34 additions and 7 deletions

View file

@ -0,0 +1,7 @@
require 'simplecov'
SimpleCov.start 'rails'
ENV["RAILS_ENV"] = "test"
require 'test/unit'
$:.unshift File.dirname(File.dirname(__FILE__))