Only require minimum parts rspec
This fixes the case people had to explicitly define the 'rspec' metagem in Gemfile
This commit is contained in:
parent
add0655f56
commit
8ef94fead5
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
# encoding: UTF-8
|
||||
require 'rspec'
|
||||
require 'rspec/core'
|
||||
require 'rspec/version'
|
||||
|
||||
module Mutant
|
||||
# Rspec integration namespace
|
||||
|
|
Loading…
Reference in a new issue