Move unit specs example group related code to spec/unit/support
This commit is contained in:
parent
e86edb7087
commit
3909a26ea3
3 changed files with 2 additions and 0 deletions
0
spec/support/.gitkeep
Normal file
0
spec/support/.gitkeep
Normal file
|
@ -1,5 +1,7 @@
|
||||||
require 'spec_helper'
|
require 'spec_helper'
|
||||||
|
|
||||||
|
Dir[File.dirname(__FILE__) + "/unit/support/**/*.rb"].each { |f| require f }
|
||||||
|
|
||||||
if defined? SimpleCov
|
if defined? SimpleCov
|
||||||
SimpleCov.command_name 'unit'
|
SimpleCov.command_name 'unit'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue