include pry
arnaud sellenet
committed Apr 08, 2014
commit b18539861909bc93effbbffd9177c054c82a24e3
Showing 1
changed file with
1 additions
and 1 deletions
spec/spec_helper.rb
+1
-1
| @@ | @@ -2,7 +2,7 @@ require "locomotive/wagon" |
| require "rspec" | |
| require "launchy" | |
| require 'coveralls' | |
| - | |
| + | require 'pry' |
| Coveralls.wear! | |
| Dir["#{File.expand_path('../support', __FILE__)}/*.rb"].each do |file| | |