Sha256: b2707bfea71275386d7e2e7ce771e8fa757d7f276cf9749fa7562e1dc5e8bc2f
Contents?: true
Size: 536 Bytes
Versions: 228
Compression:
Stored size: 536 Bytes
Contents
#!/usr/bin/env ruby begin require 'rspec/autorun' rescue LoadError $stderr.puts <<-EOS #{'*'*50} Could not find 'rspec/autorun' This may happen if you're using rubygems as your package manager, but it is not being required through some mechanism before executing the rspec command. You may need to do one of the following in your shell: # for bash/zsh export RUBYOPT=rubygems # for csh, etc. set RUBYOPT=rubygems For background, please see http://gist.github.com/54177. #{'*'*50} EOS exit(1) end
Version data entries
228 entries across 173 versions & 28 rubygems