Skip to content

Commit

Permalink
fix rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Jan 16, 2017
1 parent 236e6a6 commit e49a041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/services_test.rb
Expand Up @@ -45,7 +45,7 @@
it "raises Yast::SystemdServiceNotFound exception if service to enable does not exist" do
described_class.enabled = ["non-existing-service"]

expect{described_class.write}.to raise_error(Yast::SystemdServiceNotFound)
expect { described_class.write }.to raise_error(Yast::SystemdServiceNotFound)
end
end
end

0 comments on commit e49a041

Please sign in to comment.