Skip to content

Commit

Permalink
Merge pull request #1375 from josephgrossberg/patch-1
Browse files Browse the repository at this point in the history
consistent quoting, more readable interpolation
  • Loading branch information
JonRowe committed May 24, 2015
2 parents 2beffdc + 8197094 commit 192da8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/support/rubinius.rb
@@ -1,5 +1,5 @@
# Required until https://github.com/rubinius/rubinius/issues/2430 is resolved
ENV['RBXOPT'] = "#{ENV["RBXOPT"]} -Xcompiler.no_rbc"
ENV['RBXOPT'] = "#{ENV['RBXOPT']} -Xcompiler.no_rbc"

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

0 comments on commit 192da8a

Please sign in to comment.