Skip to content

Commit

Permalink
Add Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
kwent committed Jan 4, 2024
1 parent 4606712 commit 42d1ae9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
#!/usr/bin/env rake
require "bundler/gem_tasks"
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new

desc 'Run specs'
task :default => :spec

0 comments on commit 42d1ae9

Please # to comment.