Sha256: f5ee8bb782bf766a49136ff1613b0e52c77803d373a4198b756043660f1eb4db

Contents?: true

Size: 398 Bytes

Versions: 9

Compression:

Stored size: 398 Bytes

Contents

$LOAD_PATH.unshift(File.expand_path("spec", File.dirname(__FILE__)))

require "bundler/gem_tasks"
require "refile/test_app"
require "rspec/core/rake_task"
require "yard"
require "rubocop/rake_task"

YARD::Rake::YardocTask.new do |t|
  t.files = ["README.md", "lib/**/*.rb"]
end

RSpec::Core::RakeTask.new(:spec)

RuboCop::RakeTask.new

task default: [:spec, :rubocop]

Rails.application.load_tasks

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
refile-0.5.5 Rakefile
refile-0.5.4 Rakefile
refile-0.5.3 Rakefile
refile-0.5.2 Rakefile
refile-0.5.1 Rakefile
refile-0.5.0 Rakefile
refile-0.4.2 Rakefile
refile-0.4.1 Rakefile
refile-0.4.0 Rakefile