Skip to content

Commit

Permalink
Removed the pry and byebug requires from spec_helper. They're better …
Browse files Browse the repository at this point in the history
…off put in the .rspec-local file so they can be required based on the debugger of choice.
  • Loading branch information
Paladin committed Nov 21, 2014
1 parent 4ccc230 commit b0966df
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
require 'pry'
require 'byebug' if RUBY_VERSION >= "2.0.0"

# Configure Rails Envinronment
ENV["RAILS_ENV"] = "test"
require File.expand_path("../dummy/config/environment.rb", __FILE__)
Expand Down

0 comments on commit b0966df

Please sign in to comment.