summaryrefslogtreecommitdiffstats
path: root/spec/unit/parser/ast/casestatement_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/parser/ast/casestatement_spec.rb')
-rwxr-xr-xspec/unit/parser/ast/casestatement_spec.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/unit/parser/ast/casestatement_spec.rb b/spec/unit/parser/ast/casestatement_spec.rb
index d507beb58..e21190706 100755
--- a/spec/unit/parser/ast/casestatement_spec.rb
+++ b/spec/unit/parser/ast/casestatement_spec.rb
@@ -1,5 +1,4 @@
-#!/usr/bin/env ruby
-
+#!/usr/bin/env rspec
require 'spec_helper'
describe Puppet::Parser::AST::CaseStatement do