Skip to content

Commit

Permalink
Blow up without ronn
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Oct 20, 2010
1 parent 0d3a639 commit 80c8324
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ end

begin
require 'rspec/core/rake_task'
require 'ronn'

desc "Run specs"
RSpec::Core::RakeTask.new do |t|
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 80c8324

Please sign in to comment.