Skip to content

Instantly share code, notes, and snippets.

@betelgeuse
Created June 4, 2012 21:23
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 betelgeuse/2870912 to your computer and use it in GitHub Desktop.
Save betelgeuse/2870912 to your computer and use it in GitHub Desktop.
https://github.com/cldwalker/debugger/issues/28
require 'rspec'
describe 'foo' do
it 'should foo' do
debugger
Object.stub!(:foo)
end
end
source :rubygems
gem 'debugger'
gem 'rspec'
GEM
remote: http://rubygems.org/
specs:
columnize (0.3.6)
debugger (1.1.3)
columnize (>= 0.3.1)
debugger-linecache (~> 1.1.1)
debugger-ruby_core_source (~> 1.1.2)
debugger-linecache (1.1.1)
debugger-ruby_core_source (>= 1.1.1)
debugger-ruby_core_source (1.1.3)
diff-lcs (1.1.3)
rspec (2.10.0)
rspec-core (~> 2.10.0)
rspec-expectations (~> 2.10.0)
rspec-mocks (~> 2.10.0)
rspec-core (2.10.1)
rspec-expectations (2.10.0)
diff-lcs (~> 1.1.3)
rspec-mocks (2.10.1)
PLATFORMS
ruby
DEPENDENCIES
debugger
rspec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment