Skip to content
This repository was archived by the owner on Jul 12, 2024. It is now read-only.

Commit eebdbcd

Browse files
committed
Fix coding style
1 parent 40345dd commit eebdbcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/requests/griddler/emails_request_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
require 'spec_helper'
22

3-
RSpec.describe "Receiving Email", :type => :request do
3+
RSpec.describe 'Receiving Email', type: :request do
44
before(:each) do
55
fake_adapter = double(normalize_params: normalized_params)
66
Griddler.adapter_registry.register(:one_that_works, fake_adapter)
77
Griddler.configuration.email_service = :one_that_works
88
end
99

10-
let(:path) { "/email_processor" }
10+
let(:path) { '/email_processor' }
1111

1212
describe 'POST create' do
1313
it 'is successful' do

0 commit comments

Comments
 (0)