Skip to content

Commit

Permalink
style: rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jun 14, 2022
1 parent f293509 commit e1bee35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/pact_broker/api/resources/pacticipant_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module Resources
allow(PactBroker::Pacticipants::Service).to receive(:find_pacticipant_by_name).and_return(pacticpant)
end

let(:pacticpant) { double('pacticipant') }
let(:pacticpant) { double("pacticipant") }
let(:path) { "/pacticipants/foo" }
let(:headers) { {"CONTENT_TYPE" => "application/json"} }
let(:response_body) { JSON.parse(last_response.body, symbolize_names: true)}
Expand Down

0 comments on commit e1bee35

Please sign in to comment.