Sha256: 3b14a39baec2c674c51f483ba56a1b337fe2c309e4d0651189ccd65612642977

Contents?: true

Size: 163 Bytes

Versions: 10

Compression:

Stored size: 163 Bytes

Contents

require 'bundler/gem_tasks'
require 'rspec/core/rake_task'
task :default => :spec

RSpec::Core::RakeTask.new(:spec) do |t|
  t.pattern = './spec/**/*_spec.rb'
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
bayonet_client-2.4.0 Rakefile
bayonet_client-2.3.0 Rakefile
bayonet_client-2.2.1 Rakefile
bayonet_client-2.2.0 Rakefile
bayonet_client-2.1.2 Rakefile
bayonet_client-2.1.1 Rakefile
bayonet_client-2.1.0 Rakefile
bayonet_client-1.1.0 Rakefile
bayonet_client-1.0.0 Rakefile
bayonet_client-0.1.0 Rakefile