Sha256: 3505419f7afce42571d0ff230c06aa34fb6339d7e9dafe4411ed437aad2f00dc

Contents?: true

Size: 231 Bytes

Versions: 6

Compression:

Stored size: 231 Bytes

Contents

#!/usr/bin/env rake
require 'rake'
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new do |t|
  t.pattern = Dir.glob('spec/**/*_spec.rb')
  t.rspec_opts = '--format documentation'
end

desc 'Run tests'
task :default => :spec

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
phaxio-2.1.2 Rakefile
phaxio-2.1.1 Rakefile
phaxio-2.1.0 Rakefile
phaxio-2.1.0.pre Rakefile
phaxio-2.0.1 Rakefile
phaxio-2.0.0 Rakefile