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