Fix found Hound violations
This commit is contained in:
@@ -28,9 +28,9 @@ describe RemoteTranslation do
|
||||
expect(remote_translation).not_to be_valid
|
||||
end
|
||||
|
||||
describe '#enqueue_remote_translation' do
|
||||
describe "#enqueue_remote_translation" do
|
||||
|
||||
it 'after create enqueue Delayed Job' do
|
||||
it "after create enqueue Delayed Job" do
|
||||
Delayed::Worker.delay_jobs = true
|
||||
|
||||
expect { remote_translation.save }.to change { Delayed::Job.count }.by(1)
|
||||
|
||||
Reference in New Issue
Block a user