Sha256: e401c1399730730b10c98dff46cc8ef779aa634500a088c02908358c8aa756de

Contents?: true

Size: 772 Bytes

Versions: 17

Compression:

Stored size: 772 Bytes

Contents

begin
  require 'bundler/setup'
rescue LoadError
  puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
end

# require 'rdoc/task'
#
# RDoc::Task.new(:rdoc) do |rdoc|
#   rdoc.rdoc_dir = 'rdoc'
#   rdoc.title    = 'NdrUi'
#   rdoc.options << '--line-numbers'
#   rdoc.rdoc_files.include('README.rdoc')
#   rdoc.rdoc_files.include('lib/**/*.rb')
# end

load 'rails/tasks/statistics.rake'

APP_RAKEFILE = File.expand_path('../test/dummy/Rakefile', __FILE__)
load 'rails/tasks/engine.rake'

Bundler::GemHelper.install_tasks

require 'rake/testtask'
require 'ndr_dev_support/tasks'

Rake::TestTask.new(:test) do |t|
  t.libs << 'lib'
  t.libs << 'test'
  t.pattern = 'test/**/*_test.rb'
  t.verbose = false
  t.warning = false
end

task default: :test

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
ndr_ui-5.0.3 Rakefile
ndr_ui-5.0.2 Rakefile
ndr_ui-5.0.1 Rakefile
ndr_ui-5.0.0 Rakefile
ndr_ui-4.1.2 Rakefile
ndr_ui-4.1.1 Rakefile
ndr_ui-3.3.1 Rakefile
ndr_ui-3.3.0 Rakefile
ndr_ui-3.2.0 Rakefile
ndr_ui-3.1.0 Rakefile
ndr_ui-3.0.0 Rakefile
ndr_ui-2.3.0 Rakefile
ndr_ui-2.2.0 Rakefile
ndr_ui-2.1.1 Rakefile
ndr_ui-2.1.0 Rakefile
ndr_ui-2.0.2 Rakefile
ndr_ui-1.12.2 Rakefile