Skip to content

Commit

Permalink
Wire up test runner in rake
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinton committed Feb 19, 2024
1 parent 55dd4bd commit 567a159
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions languages/ruby/bitwarden_sdk_secrets/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

require "bundler/gem_tasks"
require "rubocop/rake_task"
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new

RuboCop::RakeTask.new

Expand Down

0 comments on commit 567a159

Please sign in to comment.