Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add Behavior#keys. | Robert Gleeson | 2014-02-02 | 1 | -0/+8 |
* | forgot to set an explicit default of `nil`. | Robert Gleeson | 2014-02-02 | 1 | -1/+1 |
* | duplicate Hash returned by Behavior#to_hash (prevents outside-mutation) | Robert Gleeson | 2014-02-02 | 1 | -0/+6 |
* | return false when argument does not implement #to_hash. | Robert Gleeson | 2014-02-02 | 1 | -0/+5 |
* | add tests. | Robert Gleeson | 2014-02-02 | 1 | -0/+24 |
* | specify 'nil' default in config_spec.rb (don't fallback on Pry.config) | Robert Gleeson | 2014-02-01 | 1 | -2/+2 |
* | add tests for config. | Robert Gleeson | 2014-01-31 | 1 | -9/+32 |
* | add config test for traversal through chain of parents. | Robert Gleeson | 2014-01-31 | 1 | -0/+8 |
* | cleanup in config_spec.rb | Robert Gleeson | 2014-01-31 | 1 | -12/+9 |
* | add spec's for Pry::Config. | Robert Gleeson | 2014-01-31 | 1 | -49/+24 |
* | extend RESERVED_KEYS tests. | Robert Gleeson | 2014-01-30 | 1 | -1/+3 |
* | guard against the assignment of reserved keys (add Behavior::RESERVED_KEYS). | Robert Gleeson | 2014-01-27 | 1 | -0/+10 |
* | Add spec for Pry::Config | yui-knk | 2014-01-22 | 1 | -0/+64 |