Skip to content

Commit

Permalink
Correct constant in manipulators spec
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmartian committed Jan 22, 2024
1 parent 2cd79b8 commit b545c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/octofacts/manipulators/replace_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
require "spec_helper"
require "yaml"

describe Octofacts::Manipulators::Set do
describe Octofacts::Manipulators do
before(:each) do
fixture = File.join(Octofacts::Spec.fixture_root, "facts", "basic.yaml")
@obj = Octofacts.from_file(fixture)
Expand Down

0 comments on commit b545c53

Please sign in to comment.