Skip to content

Commit

Permalink
Fucking curly quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Neath committed Nov 8, 2008
1 parent 73a4f2e commit b23b508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/rspec.rake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ raise "To avoid rake task loading problems: run 'rake clobber' in vendor/plugins
# In rails 1.2, plugins aren't available in the path until they're loaded.
# Check to see if the rspec plugin is installed first and require
# it if it is. If not, use the gem version.
rspec_base = File.expand_path(File.dirname(__FILE__) + /../../vendor/gems/rspec-1.1.11/lib)
rspec_base = File.expand_path(File.dirname(__FILE__) + '/../../vendor/gems/rspec-1.1.11/lib')
$LOAD_PATH.unshift(rspec_base) if File.exist?(rspec_base)
require 'spec/rake/spectask'

Expand Down

0 comments on commit b23b508

Please sign in to comment.