Skip to content

Commit

Permalink
Adding spec rake task.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bleigh committed Mar 11, 2011
1 parent 7adc24c commit 2a1060e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 7 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
require 'bundler'
Bundler::GemHelper.install_tasks

require 'rspec/core/rake_task'

desc "run specs"
RSpec::Core::RakeTask.new

task :default => :spec
4 changes: 1 addition & 3 deletions version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
module RailsWizard
module Recipes
VERSION = "0.0.1"
end
VERSION = "0.0.1"
end

0 comments on commit 2a1060e

Please sign in to comment.