Skip to content

Instantly share code, notes, and snippets.

@GertThiel
Created June 13, 2014 15:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GertThiel/487e47dc82b73eccd1b9 to your computer and use it in GitHub Desktop.
Save GertThiel/487e47dc82b73eccd1b9 to your computer and use it in GitHub Desktop.
MissingSourceFile: no such file to load -- rspec/core
# istead of originally
require 'rspec/core'
# this supports RSpec 1
begin
# RSpec v2
require 'rspec/core'
rescue Exception
# RSpec v1
require 'spec'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment