Sha256: 8567220c30a8899a01fd02b29f807b267fc9bd4a4db452de20f8030c351a5bcd

Contents?: true

Size: 327 Bytes

Versions: 5

Compression:

Stored size: 327 Bytes

Contents

require 'bundler/gem_tasks'
require 'rspec/core/rake_task'

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

default_tasks = [:spec]

begin
  # Rubocop is not available in envs other than development and test.
  require 'rubocop/rake_task'
  RuboCop::RakeTask.new
  default_tasks << :rubocop
rescue LoadError
end

task default: default_tasks

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
telephone_appointments-0.3.0 Rakefile
telephone_appointments-0.2.1 Rakefile
telephone_appointments-0.2.0 Rakefile
telephone_appointments-0.1.1 Rakefile
telephone_appointments-0.1.0 Rakefile