rating/Rakefile

8 lines
110 B
Ruby

# frozen_string_literal: true
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new
task default: :spec