Skip to content
This repository has been archived by the owner on Oct 27, 2021. It is now read-only.

Commit

Permalink
add '.' to load path for rspec's own specs in ruby 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Oct 9, 2010
1 parent 39c4894 commit 697ae05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/spec_helper.rb
@@ -1,3 +1,4 @@
$: << '.' # for ruby 1.9
require 'stringio'

$_spec_spec = true # Prevents Kernel.exit in various places
Expand Down

0 comments on commit 697ae05

Please sign in to comment.