Skip to content

Commit

Permalink
Make rspec the default rake task
Browse files Browse the repository at this point in the history
  • Loading branch information
sixfeetover committed Feb 2, 2013
1 parent 1e4d79d commit 98f28fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
require "bundler/gem_tasks"
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec)

task :default => :spec
1 change: 1 addition & 0 deletions data-table.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Gem::Specification.new do |s|

s.rubyforge_project = "data-table"

s.add_development_dependency 'rake'
s.add_development_dependency 'rspec'

s.files = `git ls-files`.split("\n")
Expand Down

0 comments on commit 98f28fa

Please sign in to comment.