Skip to content

Commit

Permalink
better wording
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Nov 7, 2016
1 parent b27f738 commit f8ea1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/general/test/agents_test/fstab_agent_test.rb
Expand Up @@ -26,7 +26,7 @@
expect(content).to satisfy { |r| r.find { |e| e["file"] == "/tmp" } }
end

it "see comments" do
it "is able to parse comments" do
pending "need to be fixed"
expect(content).to include("#comment")
end
Expand Down

0 comments on commit f8ea1ed

Please sign in to comment.