2013-02-28 03:06:29 +00:00
|
|
|
require 'spec_helper'
|
|
|
|
|
|
|
|
RSpec.configure do |config|
|
|
|
|
config.include RSpec::Fire
|
2013-03-02 00:20:11 +00:00
|
|
|
|
|
|
|
config.include UnitExampleGroup, :type => :unit, :example_group => {
|
|
|
|
:file_path => /\bspec\/unit\//
|
|
|
|
}
|
2013-02-28 03:06:29 +00:00
|
|
|
end
|