summaryrefslogtreecommitdiff
path: root/spec/acceptance/is_string_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/acceptance/is_string_spec.rb')
-rwxr-xr-xspec/acceptance/is_string_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/acceptance/is_string_spec.rb b/spec/acceptance/is_string_spec.rb
index bda6cd7..94d8e96 100755
--- a/spec/acceptance/is_string_spec.rb
+++ b/spec/acceptance/is_string_spec.rb
@@ -50,7 +50,7 @@ describe 'is_string function', :unless => UNSUPPORTED_PLATFORMS.include?(fact('o
EOS
apply_manifest(pp, :catch_failures => true) do |r|
- expect(r.stdout).to match(/is_string is true/)
+ expect(r.stdout).to match(/is_string is false/)
end
end
it 'is_strings floats' do