safe_ruby icon indicating copy to clipboard operation
safe_ruby copied to clipboard

Execute code with required files

Open Neodelf opened this issue 8 years ago • 0 comments

Hi there, I'm trying execute code which contain minitest's test with row

require 'minitest/autorun'

but I'm get error

'eval': uninitialized constant Bundler::RubygemsIntegration::File (NameError)

Change (add :Bunder) ALLOWED_CONSTANTS constant not resolves problem. How can I make resolve this issue?

Neodelf avatar Mar 14 '17 19:03 Neodelf