Skip to content

Instantly share code, notes, and snippets.

View davibusanello's full-sized avatar

Davi Busanello davibusanello

View GitHub Profile
git :init
plugin 'rspec',
:git => 'git://github.com/dchelimsky/rspec.git',
:submodule => true
plugin 'rspec-rails',
:git => 'git://github.com/dchelimsky/rspec-rails.git',
:submodule => true
plugin 'exception_notifier',
:git => 'git://github.com/rails/exception_notification.git',