Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rae-stanton committed May 31, 2023
1 parent 8b08b2a commit ccb5eb5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec/requests/placement_reports_spec.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
require 'rails_helper'
require "rails_helper"

RSpec.describe "/placement_reports", type: :request do
let(:admin) { create(:casa_admin) }

describe 'GET /index' do
it 'renders a successful response' do
describe "GET /index" do
it "renders a successful response" do
sign_in admin

get placement_reports_path, headers: { "ACCEPT" => "*/*" }
get placement_reports_path, headers: {"ACCEPT" => "*/*"}
expect(response).to be_successful
end
end
Expand Down

0 comments on commit ccb5eb5

Please sign in to comment.