diff options
Diffstat (limited to 'spec/ruby/command_line/fixtures/bin')
| -rw-r--r-- | spec/ruby/command_line/fixtures/bin/bad_embedded_ruby.txt | 2 | ||||
| -rw-r--r-- | spec/ruby/command_line/fixtures/bin/embedded_ruby.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/spec/ruby/command_line/fixtures/bin/bad_embedded_ruby.txt b/spec/ruby/command_line/fixtures/bin/bad_embedded_ruby.txt index a2b7ad085f..61b946977a 100644 --- a/spec/ruby/command_line/fixtures/bin/bad_embedded_ruby.txt +++ b/spec/ruby/command_line/fixtures/bin/bad_embedded_ruby.txt @@ -1,3 +1,3 @@ -@@@This line is not value Ruby +@@@This line is not valid Ruby #!rub_y puts 'success' diff --git a/spec/ruby/command_line/fixtures/bin/embedded_ruby.txt b/spec/ruby/command_line/fixtures/bin/embedded_ruby.txt index 1da779b1b9..0ec0f358db 100644 --- a/spec/ruby/command_line/fixtures/bin/embedded_ruby.txt +++ b/spec/ruby/command_line/fixtures/bin/embedded_ruby.txt @@ -1,3 +1,3 @@ -@@@This line is not value Ruby +@@@This line is not valid Ruby #!ruby puts 'success' |
