Skip to content

Commit ef91356

Browse files
committed
Adding "rake spec" task to Rakefile
1 parent 9289c96 commit ef91356

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 +1,7 @@
11
require "bundler/gem_tasks"
2+
3+
desc 'Execute tests'
4+
task :spec do
5+
sh 'bundle exec rspec spec'
6+
end
7+

0 commit comments

Comments
 (0)