Fix RuboCop violations

This commit is contained in:
Wilson Silva
2023-01-06 10:48:59 +07:00
parent 9d0bbab478
commit 3c228703a9
7 changed files with 30 additions and 30 deletions

View File

@@ -1,10 +1,10 @@
# frozen_string_literal: true
require "nostr"
require 'nostr'
RSpec.configure do |config|
# Enable flags like --only-failures and --next-failure
config.example_status_persistence_file_path = ".rspec_status"
config.example_status_persistence_file_path = '.rspec_status'
# Disable RSpec exposing methods globally on `Module` and `main`
config.disable_monkey_patching!