We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54e98b3 commit 20be7dfCopy full SHA for 20be7df
spec/unit/node/facts_spec.rb
@@ -35,6 +35,12 @@
35
@facts.add_local_facts
36
expect(@facts.values["environment"]).to eq("foo")
37
end
38
+
39
+ it "adds the implementation fact" do
40
+ @facts.add_local_facts
41
+ expect(@facts.values).to include("implementation")
42
+ expect(@facts.values["implementation"]).to eq("openvox")
43
+ end
44
45
46
describe "when sanitizing facts" do
0 commit comments