Skip to content

Commit

Permalink
Let's enable the RSpec framework, too
Browse files Browse the repository at this point in the history
  • Loading branch information
werebus committed Oct 29, 2024
1 parent c366372 commit ea012f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion spec/controllers/changes_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require 'paper_trail/frameworks/rspec'

RSpec.describe ChangesController do
describe 'GET #undo', versioning: true do
describe 'GET #undo', :versioning do
let(:change_user) { create :user }
let(:assignment) { create :assignment }

Expand Down
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
require 'rspec/rails'
require 'rack_session_access/capybara'
require 'umts_custom_matchers'
require 'paper_trail/frameworks/rspec'

ActiveRecord::Migration.maintain_test_schema!
Timecop.safe_mode = true
Expand Down

0 comments on commit ea012f4

Please sign in to comment.