Skip to content

Commit e45777a

Browse files
committed
Add rake test
1 parent 92a9dc6 commit e45777a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Rakefile

+6
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
require "bundler/gem_tasks"
22

3+
desc "Run specs"
4+
task :test do
5+
system("bundle exec rspec spec") || exit(-1)
6+
end
7+
8+
task default: :test

0 commit comments

Comments
 (0)