1
0
Fork 0
mirror of https://github.com/awesome-print/awesome_print synced 2023-03-27 23:22:34 -04:00
awesome_print/spec
Gerard Caulfield 5b472ccbe6
Allow non .aprc File.readable? calls
`stub_dotfile!` was blocking all calls to `File.readable?` instead
of just calls to load the `.aprc` file. This meant that trying to
use other libraries, such as pry, which relied on `File.readable?`
would fail in instances where `stub_dotfile!` had been called.

This change fixes that, while keeping the original intended
behaviour.
2016-07-01 16:11:02 +10:00
..
core_ext Improves spec runner harness, switches to better env detection. 2015-01-02 13:20:18 -05:00
ext Merge pull request #230 from gerrywastaken/fix-nobrainer-spec-config 2016-05-10 17:04:07 +10:00
support Update NoBrainer awesome prints 2015-01-20 10:22:26 -05:00
active_record_helper.rb Improves spec runner harness, switches to better env detection. 2015-01-02 13:20:18 -05:00
colors_spec.rb Improves spec runner harness, switches to better env detection. 2015-01-02 13:20:18 -05:00
formats_spec.rb Add spec for hash syntax option 2016-06-09 00:34:03 -03:00
methods_spec.rb Update urls to point to awesome-print organization 2016-06-21 23:07:59 +10:00
misc_spec.rb Update urls to point to awesome-print organization 2016-06-21 23:07:59 +10:00
objects_spec.rb Simplify matching logic in tests 2016-05-10 04:32:36 +10:00
spec_helper.rb Allow non .aprc File.readable? calls 2016-07-01 16:11:02 +10:00