Skip to content

Commit

Permalink
35 tmp application controller spec for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
cpreisinger committed Jul 19, 2024
1 parent 5d0e553 commit ed31e19
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions spec/controllers/application_controller_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
require 'rails_helper'

RSpec.describe ApplicationController do
it 'instantiates the controller' do
expect(described_class.new).to be_a(described_class)
end
end

0 comments on commit ed31e19

Please sign in to comment.