Skip to content

Commit

Permalink
Merge pull request #17981 from Fryguy/backtick_in_spec
Browse files Browse the repository at this point in the history
Remove backtick from dialog_properties_spec.rb
  • Loading branch information
bdunne authored Sep 12, 2018
2 parents 3d248c6 + 3d928ca commit 7fa9717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/service/dialog_properties_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
expect(described_class.parse(options, nil)).to eq({})
end

it `will call the Retirement class` do
it 'will call the Retirement class' do
expect(Service::DialogProperties::Retirement).to receive(:parse).with({}, nil).and_return({})
described_class.parse(nil, nil)
end
Expand Down

0 comments on commit 7fa9717

Please sign in to comment.