Rakefile in squib-0.15.3 vs Rakefile in squib-0.16.0.pre.preview1
- old
+ new
@@ -4,9 +4,12 @@
# require 'byebug'
desc 'install + spec'
task default: ['install:local', :spec]
+desc 'test => spec'
+task test: [:spec]
+
# Useful for hooking up with SublimeText.
# e.g. rake sample[basic.rb]
desc 'Run a specific sample'
task :run, [:file] => :install do |t, args|
args.with_defaults(file: 'basic.rb')