Sha256: 887b433d93e9f3aa4533b28bcfe7e39441e842045e832a8ab801ae9d61e9d46d

Contents?: true

Size: 244 Bytes

Versions: 2

Compression:

Stored size: 244 Bytes

Contents

# RSpec provided helper doesn't like me, for now just run it myself
desc "Run specs"
task :spec do
  commands = []
  commands << "bundle exec rspec spec/*_spec.rb"
  exec commands.join(" && ")
end

task :test    => :spec
task :default => :spec

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
lesstile-1.1.0 Rakefile
lesstile-1.0.1 Rakefile