Sha256: 8a84d06da1acdf01d2b1c7b9d294b055640721561670edbd7e75068dc2f28cbf

Contents?: true

Size: 156 Bytes

Versions: 33

Compression:

Stored size: 156 Bytes

Contents

require 'rspec/core/rake_task'
require 'rubocop/rake_task'

task :default => [:spec]

desc 'Run the specs'
RSpec::Core::RakeTask.new

RuboCop::RakeTask.new

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
fulmar-1.8.13 Rakefile
fulmar-1.8.12 Rakefile
fulmar-1.8.11 Rakefile
fulmar-1.8.10 Rakefile
fulmar-1.8.9 Rakefile
fulmar-1.8.8 Rakefile
fulmar-1.8.7 Rakefile
fulmar-1.8.6 Rakefile
fulmar-1.8.5 Rakefile
fulmar-1.8.4 Rakefile
fulmar-1.8.3 Rakefile
fulmar-1.8.2 Rakefile
fulmar-1.8.1 Rakefile