Sha256: c4e02f93aa9b379a0fc9fca3212f2cddb66450dc6656514caa90987923a5246d

Contents?: true

Size: 263 Bytes

Versions: 86

Compression:

Stored size: 263 Bytes

Contents

# -*- mode: ruby -*-
# -*- coding: utf-8 -*-

task :default => [:spec]
begin
  require "rspec/core/rake_task"
  RSpec::Core::RakeTask.new(:spec) do |spec|
    spec.pattern = 'spec/**/*_spec.rb'
    spec.rspec_opts = ['-cr spec_helper']
  end
rescue LoadError
end

Version data entries

86 entries across 86 versions & 1 rubygems

Version Path
narou-2.8.2 Rakefile
narou-2.8.1 Rakefile
narou-2.8.0 Rakefile
narou-2.7.2 Rakefile
narou-2.7.1 Rakefile
narou-2.7.0 Rakefile
narou-2.6.1 Rakefile
narou-2.6.0 Rakefile
narou-2.5.2 Rakefile
narou-2.5.1 Rakefile
narou-2.4.2 Rakefile
narou-2.4.1 Rakefile
narou-2.4.0 Rakefile
narou-2.3.3 Rakefile
narou-2.3.2 Rakefile
narou-2.3.1 Rakefile
narou-2.3.0 Rakefile
narou-2.3.0.pre.test1 Rakefile
narou-2.2.0 Rakefile
narou-2.1.1.pre.test1 Rakefile