mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-03 00:02:48 -04:00
8 lines
117 B
Ruby
8 lines
117 B
Ruby
# frozen_string_literal: true
|
|
|
|
require 'rspec/core/rake_task'
|
|
|
|
RSpec::Core::RakeTask.new(:spec)
|
|
|
|
task default: :spec
|