Skip to content

Commit 411f5da

Browse files
committed
chore: clean rakefile
1 parent 81410b7 commit 411f5da

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Rakefile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# frozen_string_literal: true
22

33
require 'bundler/gem_tasks'
4-
# require "rspec/core/rake_task"
4+
require 'rspec/core/rake_task'
55

6-
# Uncomment to enable the "spec" task
7-
# RSpec::Core::RakeTask.new(:spec)
8-
#
9-
# task :default => :spec
6+
RSpec::Core::RakeTask.new(:spec)
7+
8+
task default: :spec

0 commit comments

Comments
 (0)