Move unit specs example group related code to spec/unit/support

This commit is contained in:
Fabio Rehm 2013-04-21 18:13:34 -03:00
parent e86edb7087
commit 3909a26ea3
3 changed files with 2 additions and 0 deletions

0
spec/support/.gitkeep Normal file
View file

View file

@ -1,5 +1,7 @@
require 'spec_helper'
Dir[File.dirname(__FILE__) + "/unit/support/**/*.rb"].each { |f| require f }
if defined? SimpleCov
SimpleCov.command_name 'unit'
end