Fix found Hound violations

This commit is contained in:
taitus
2019-04-23 16:56:18 +02:00
committed by voodoorai2000
parent abb81fccf4
commit d2506358ef
6 changed files with 73 additions and 67 deletions

View File

@@ -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)