Sha256: e449dcdaf4382b088ebf6a397bf3e4b1b8daa230a91374b4fc989efd866d2c85

Contents?: true

Size: 163 Bytes

Versions: 5

Compression:

Stored size: 163 Bytes

Contents

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

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

task default: [:spec, :rubocop]

task :rubocop do
  sh 'rubocop'
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
oxford_dictionary-3.0.0 Rakefile
oxford_dictionary-1.1.0 Rakefile
oxford_dictionary-1.0.1 Rakefile
oxford_dictionary-1.0.0 Rakefile
oxford_dictionary-0.1.0 Rakefile