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-3.9.1 Rakefile
narou-3.9.0 Rakefile
narou-3.8.2 Rakefile
narou-3.8.1 Rakefile
narou-3.8.0 Rakefile
narou-3.7.2 Rakefile
narou-3.7.1 Rakefile
narou-3.7.0 Rakefile
narou-3.6.0 Rakefile
narou-3.5.1 Rakefile
narou-3.5.0.1 Rakefile
narou-3.5.0 Rakefile
narou-3.4.8 Rakefile
narou-3.4.7.1 Rakefile
narou-3.4.7 Rakefile
narou-3.4.6.1 Rakefile
narou-3.4.6 Rakefile
narou-3.4.5 Rakefile
narou-3.4.3 Rakefile
narou-3.4.2 Rakefile