Require 'spec', it is included in the .gemspec and requires manual require.
This commit is contained in:
parent
bc3d05d7c4
commit
56657a8f65
|
@ -1,8 +1,7 @@
|
|||
spec_dir = File.expand_path("..", __FILE__)
|
||||
lib_dir = File.expand_path("../lib", spec_dir)
|
||||
|
||||
$LOAD_PATH.unshift(lib_dir)
|
||||
$LOAD_PATH.unshift(File.expand_path('../../lib', __FILE__))
|
||||
$LOAD_PATH.uniq!
|
||||
|
||||
require 'rspec'
|
||||
|
||||
RSpec.configure do |config|
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue