Skip to content

Commit

Permalink
Fix text
Browse files Browse the repository at this point in the history
  • Loading branch information
joseivanlopez committed Jul 17, 2018
1 parent 3e28702 commit b3e5cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/system/test/yast2/system_service_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@
allow(service).to receive(:id).and_return("cups.service")
end

context "when the service has not associated socket" do
context "when the service does not have an associated socket" do
let(:socket) { nil }

it "returns only the service full name" do
Expand Down

0 comments on commit b3e5cb1

Please sign in to comment.