summaryrefslogtreecommitdiff
path: root/spec/unit/application/apply.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/application/apply.rb')
-rw-r--r--spec/unit/application/apply.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/application/apply.rb b/spec/unit/application/apply.rb
index 8a00413225..0dc24544b0 100644
--- a/spec/unit/application/apply.rb
+++ b/spec/unit/application/apply.rb
@@ -60,7 +60,7 @@ describe Chef::Application::Apply do
describe "temp_recipe_file" do
before do
@app.instance_variable_set(:@recipe_text, @recipe_text)
- @app.temp_recipe_file
+ @app.temp_recipe_file
@recipe_fh = @app.instance_variable_get(:@recipe_fh)
end
it "should open a tempfile" do