Sha256: 2dacdf226e9545a63e896ece4f3a5208d511613dff0285e8ae19c7bd5b21940d

Contents?: true

Size: 190 Bytes

Versions: 12

Compression:

Stored size: 190 Bytes

Contents

require 'spec/rake/spectask'

desc "Run all specs"
Spec::Rake::SpecTask.new('spec') do |t|
  t.spec_files = FileList['spec/**/*spec.rb']
  t.spec_opts = ['--options', 'spec/spec.opts']
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
i15r-0.5.5 tasks/i15r.rake
i15r-0.5.4 tasks/i15r.rake
i15r-0.5.3 tasks/i15r.rake
i15r-0.5.2 tasks/i15r.rake
i15r-0.5.1 tasks/i15r.rake
i15r-0.5.0 tasks/i15r.rake
i15r-0.4.4 tasks/i15r.rake
i15r-0.4.3 tasks/i15r.rake
i15r-0.4.2 tasks/i15r.rake
i15r-0.4.0 tasks/i15r.rake
i15r-0.3.1 tasks/i15r.rake
i15r-0.3.0 tasks/i15r.rake