Sha256: 3a5bb72bf898f6f56c781e4730744990ed57e9e5e42a5f99d85bd8129b47a73a

Contents?: true

Size: 237 Bytes

Versions: 3

Compression:

Stored size: 237 Bytes

Contents

require 'bundler/gem_tasks'

task :test do
  test_files = Dir[File.expand_path('../spec/**/*_spec.rb', __FILE__)]
  command    = "ruby -Ispec #{test_files.join ' '}"

  puts "Running #{command}"
  system command
end

task default: :test

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
smstools-0.1.1 Rakefile
smstools-0.1.0 Rakefile
smstools-0.0.1 Rakefile