Skip to content

Commit

Permalink
chore: Update rubocop-config
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraichen committed Oct 23, 2023
1 parent b996509 commit 21e31a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ group :test do
gem 'capybara'
gem 'rackup'
gem 'rspec', '~> 3.12'
gem 'rubocop-config', github: 'jgraichen/rubocop-config', ref: 'v7', require: false
gem 'rubocop-config', github: 'jgraichen/rubocop-config', ref: 'v11', require: false
gem 'selenium-webdriver'
gem 'webrick'
end
2 changes: 1 addition & 1 deletion spec/timeago_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require 'spec_helper'

RSpec.describe 'rails-timeago', type: :feature, js: true do
RSpec.describe 'rails-timeago', js: true, type: :feature do
subject(:element) { find 'body > time' }

let(:time) { 2.days.ago }
Expand Down

0 comments on commit 21e31a4

Please sign in to comment.