Skip to content

Commit b545c53

Browse files
committed
Correct constant in manipulators spec
1 parent 2cd79b8 commit b545c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/octofacts/manipulators/replace_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
require "spec_helper"
33
require "yaml"
44

5-
describe Octofacts::Manipulators::Set do
5+
describe Octofacts::Manipulators do
66
before(:each) do
77
fixture = File.join(Octofacts::Spec.fixture_root, "facts", "basic.yaml")
88
@obj = Octofacts.from_file(fixture)

0 commit comments

Comments
 (0)