Skip to content

Commit 316917d

Browse files
☈kingCharlie Somerville
☈king
authored and
Charlie Somerville
committed
Add default/spec/test Rake tasks
1 parent 1434dc0 commit 316917d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Rakefile

+3
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
require "bundler/gem_tasks"
2+
task :default => :spec
3+
task :test => :spec
4+
task :spec do sh 'bundle exec rspec' end

0 commit comments

Comments
 (0)