Skip to content

Commit 192da8a

Browse files
committed
Merge pull request #1375 from josephgrossberg/patch-1
consistent quoting, more readable interpolation
2 parents 2beffdc + 8197094 commit 192da8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/support/rubinius.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Required until https://github.com/rubinius/rubinius/issues/2430 is resolved
2-
ENV['RBXOPT'] = "#{ENV["RBXOPT"]} -Xcompiler.no_rbc"
2+
ENV['RBXOPT'] = "#{ENV['RBXOPT']} -Xcompiler.no_rbc"
33

44
Around "@unsupported-on-rbx" do |scenario, block|
55
block.call unless defined?(Rubinius)

0 commit comments

Comments
 (0)