Skip to content

Commit

Permalink
Added spec rake task
Browse files Browse the repository at this point in the history
  • Loading branch information
bemurphy committed Nov 12, 2011
1 parent abb9488 commit 003c4f6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Rakefile
@@ -1,7 +1,7 @@
require 'rubygems'
require 'bundler'
begin
Bundler.setup(:default, :development)
Bundler.setup(:default, :development, :test)
rescue Bundler::BundlerError => e
$stderr.puts e.message
$stderr.puts "Run `bundle install` to install missing gems"
Expand All @@ -24,3 +24,6 @@ Jeweler::Tasks.new do |gem|
gem.add_development_dependency "rspec"
end
Jeweler::RubygemsDotOrgTasks.new

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)

0 comments on commit 003c4f6

Please sign in to comment.