Require pry-nav in spec_helper

Already done in test_helper, enables pry when running a single
spec.
This commit is contained in:
Jared Beck 2015-11-08 13:06:42 -05:00
parent 3a6df2c5ef
commit e9c7c70bbe
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
begin
require 'pry-nav'
rescue LoadError
# It's OK, we don't include pry in e.g. gemfiles/3.0.gemfile
end
# This file was generated by the `rspec --init` command. Conventionally, all
# specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
# The generated `.rspec` file contains `--require spec_helper` which will cause this