Skip to content

Commit

Permalink
Bugfix for running specs with rake, rake spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Hu committed Dec 13, 2012
1 parent 75259ed commit 1603ae9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ Bundler::GemHelper.install_tasks
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)

# Allows for 'rake' and 'rake spec' to execute specs. Fixes bug with message:
# undefined method `shellescape' ...
require 'shellwords'

task :default => :spec

0 comments on commit 1603ae9

Please sign in to comment.