2014-01-17 18:32:10 -05:00
|
|
|
# encoding: UTF-8
|
2014-01-17 16:59:22 -05:00
|
|
|
|
2014-01-17 18:32:10 -05:00
|
|
|
require 'rspec'
|
2014-01-17 16:59:22 -05:00
|
|
|
|
|
|
|
module Mutant
|
2014-01-17 18:32:10 -05:00
|
|
|
# Rspec integration namespace
|
2014-01-17 16:59:22 -05:00
|
|
|
module Rspec
|
|
|
|
end # Rspec
|
|
|
|
end # Mutant
|