Sha256: d5795fb4d4508e71d98c8ff2898e305abe1c080b6ca30661dd2079c14f972b7b

Contents?: true

Size: 208 Bytes

Versions: 2

Compression:

Stored size: 208 Bytes

Contents

namespace :check do

  desc "Runs inch to check quality of API docs"
  task :inch do
    puts "******* STARTING METRIC inch"
    Hexx::RSpec["inch --pedantic"]
    puts "******* ENDING METRIC inch"
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hexx-suit-2.3.2 lib/tasks/check/inch.rake
hexx-suit-2.3.0 lib/tasks/check/inch.rake