summaryrefslogtreecommitdiff
path: root/spec/unit/dsl/data_query_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/dsl/data_query_spec.rb')
-rw-r--r--spec/unit/dsl/data_query_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/dsl/data_query_spec.rb b/spec/unit/dsl/data_query_spec.rb
index 8960ad9957..e31c0725d6 100644
--- a/spec/unit/dsl/data_query_spec.rb
+++ b/spec/unit/dsl/data_query_spec.rb
@@ -27,7 +27,7 @@ describe Chef::DSL::DataQuery do
before(:each) do
@language = DataQueryDSLTester.new
@node = Hash.new
- @language.stub!(:node).and_return(@node)
+ @language.stub(:node).and_return(@node)
end
describe "when loading data bags and items" do