mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
Add unit test for tag cloud
This commit is contained in:
parent
63fb7a589c
commit
a13199cdda
5 changed files with 34 additions and 7 deletions
7
test/minimal_test_helper.rb
Normal file
7
test/minimal_test_helper.rb
Normal file
|
@ -0,0 +1,7 @@
|
|||
require 'simplecov'
|
||||
SimpleCov.start 'rails'
|
||||
|
||||
ENV["RAILS_ENV"] = "test"
|
||||
require 'test/unit'
|
||||
|
||||
$:.unshift File.dirname(File.dirname(__FILE__))
|
Loading…
Add table
Add a link
Reference in a new issue