vagrant-lxc-ng/spec/unit_helper.rb
2013-04-20 17:40:27 -03:00

14 lines
254 B
Ruby

require 'spec_helper'
if defined? SimpleCov
SimpleCov.command_name 'unit'
end
RSpec.configure do |config|
config.include RSpec::Fire
config.include UnitExampleGroup, :type => :unit, :example_group => {
:file_path => /\bspec\/unit\//
}
end