summaryrefslogtreecommitdiff
path: root/spec/config_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* add Behavior#keys.Robert Gleeson2014-02-021-0/+8
* forgot to set an explicit default of `nil`.Robert Gleeson2014-02-021-1/+1
* duplicate Hash returned by Behavior#to_hash (prevents outside-mutation)Robert Gleeson2014-02-021-0/+6
* return false when argument does not implement #to_hash.Robert Gleeson2014-02-021-0/+5
* add tests.Robert Gleeson2014-02-021-0/+24
* specify 'nil' default in config_spec.rb (don't fallback on Pry.config)Robert Gleeson2014-02-011-2/+2
* add tests for config.Robert Gleeson2014-01-311-9/+32
* add config test for traversal through chain of parents.Robert Gleeson2014-01-311-0/+8
* cleanup in config_spec.rbRobert Gleeson2014-01-311-12/+9
* add spec's for Pry::Config.Robert Gleeson2014-01-311-49/+24
* extend RESERVED_KEYS tests.Robert Gleeson2014-01-301-1/+3
* guard against the assignment of reserved keys (add Behavior::RESERVED_KEYS).Robert Gleeson2014-01-271-0/+10
* Add spec for Pry::Configyui-knk2014-01-221-0/+64