Skip to content

Commit

Permalink
Make sure rake libs:prepare is available again
Browse files Browse the repository at this point in the history
  • Loading branch information
thbar committed Sep 8, 2012
1 parent a28c351 commit faa92dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
require "rspec/core/rake_task"
require 'tasks/tools'
require 'tasks/prepare'

include Opaz::Tools

task :default => :spec

Expand Down
1 change: 0 additions & 1 deletion build.rakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
require 'rake/clean'
require 'tasks/tools'
require 'tasks/prepare'

include Opaz::Tools
plugin_name = ENV['plugin']
Expand Down

0 comments on commit faa92dc

Please sign in to comment.