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.1.4 Rakefile
narou-3.1.3 Rakefile
narou-3.1.2 Rakefile
narou-3.1.1 Rakefile
narou-3.0.5.1 Rakefile
narou-3.0.5 Rakefile
narou-3.0.4 Rakefile
narou-3.0.3 Rakefile
narou-3.0.2 Rakefile
narou-3.0.1 Rakefile
narou-3.0.0 Rakefile
narou-2.9.5 Rakefile
narou-2.9.4 Rakefile
narou-2.9.3.1 Rakefile
narou-2.9.3 Rakefile
narou-2.9.2 Rakefile
narou-2.9.1 Rakefile
narou-2.9.0 Rakefile
narou-2.8.3.1 Rakefile
narou-2.8.3 Rakefile