Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
marcmrf committed Oct 8, 2024
1 parent f5c7e1b commit 6848c49
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 29 deletions.
5 changes: 0 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,3 @@ group :development do
gem "rubocop-discourse"
gem "syntax_tree"
end

group :test do
gem 'rspec'
gem 'rails_helper'
end
23 changes: 0 additions & 23 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,11 @@ GEM
bigdecimal (3.1.8)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
diff-lcs (1.5.1)
drb (2.2.1)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
json (2.7.2)
language_server-protocol (3.17.0.3)
map (6.6.0)
minitest (5.23.1)
mutex_m (0.2.0)
parallel (1.24.0)
Expand All @@ -32,29 +30,10 @@ GEM
prettier_print (1.2.1)
racc (1.8.0)
rack (3.0.11)
rails_current (2.2.0)
map (~> 6.0)
rails_default_url_options (6.0.0)
rails_helper (2.2.2)
rails_current (>= 1.0)
rails_default_url_options (>= 1.0)
rainbow (3.1.1)
regexp_parser (2.9.2)
rexml (3.3.6)
strscan
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.1)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.64.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
Expand Down Expand Up @@ -103,8 +82,6 @@ PLATFORMS
ruby

DEPENDENCIES
rails_helper
rspec
rubocop-discourse
syntax_tree

Expand Down
2 changes: 1 addition & 1 deletion spec/plugin_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# spec/plugin_spec.rb
# frozen_string_literal: true

RSpec.describe 'LastDayUsedKey Plugin' do
RSpec.describe LastDayUsedKey do
let(:user) { Fabricate(:user) }
let(:user_api_key) { Fabricate(:user_api_key, user: user) }
let(:api_key) { Fabricate(:api_key, user: user) }
Expand Down

0 comments on commit 6848c49

Please sign in to comment.