aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2010-10-19 17:48:01 -0700
committerAndre Arko <andre@arko.net>2010-10-19 17:48:01 -0700
commit80c8324c263c3e0a23299f8e93534434bc75e53b (patch)
treed4cdbcd07128b03e581d549eeb7f83a160d57959 /Rakefile
parent0d3a6391e755c88475bdd706eb3289efa76109df (diff)
downloadbundler-80c8324c263c3e0a23299f8e93534434bc75e53b.tar.gz
Blow up without ronn
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 30c251a7..89f387a8 100644
--- a/Rakefile
+++ b/Rakefile
@@ -9,6 +9,7 @@ end
begin
require 'rspec/core/rake_task'
+ require 'ronn'
desc "Run specs"
RSpec::Core::RakeTask.new do |t|
@@ -93,7 +94,7 @@ begin
rescue LoadError
task :spec do
- abort "Run `rake spec:deps` to be able to run specs"
+ abort "Run `rake spec:deps` to be able to run the specs"
end
end