Skip to content

Commit

Permalink
Remove debugger require from spec_helper.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon de Andres committed Feb 5, 2015
1 parent 74e814c commit b83a61b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@
require 'database_cleaner'
require 'genspec'

if RUBY_VERSION[0].to_i > 1
require 'byebug'
else
require 'ruby-debug';
end

namespace :dummy do
load 'spec/dummyapp/Rakefile'
end
Expand Down

0 comments on commit b83a61b

Please sign in to comment.