summaryrefslogtreecommitdiff
path: root/spec/code_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* rubocop: enable the Style/FrozenStringLiteralComment copKyrylo Silin2019-05-081-0/+2
* rubocop: fix offences of the Style/MethodMissingSuper copKyrylo Silin2019-03-231-3/+11
* code_spec: refactor tests to modern styleKyrylo Silin2019-03-181-177/+421
* Require files from pry.rb; deps from each file that uses themKyrylo Silin2019-03-101-0/+2
* spec/helper.rb -> spec/spec_helper.rbKyrylo Silin2019-03-071-2/+2
* rubocop: fix offences of the Metrics/LineLength copKyrylo Silin2019-03-031-2/+4
* rubocop: fix offences of the Style/NestedParenthesizedCalls copKyrylo Silin2019-03-021-2/+2
* rubocop: fix offences of the Style/InverseMethods copKyrylo Silin2019-03-021-0/+15
* Add .rspec and require 'helper' from thereKyrylo Silin2018-11-181-2/+0
* Don't attempt to read unused proc parametersKyrylo Silin2018-11-111-3/+3
* rubocop: fix offences of the Lint/UnusedBlockArgument copKyrylo Silin2018-11-111-3/+3
* rubocop: fix offences of the Layout/ExtraSpacing copKyrylo Silin2018-10-131-1/+1
* Pad multiline units of the edit command consistently with numberingJack Kinsella2018-03-261-0/+7
* specs: convert to shoulds to expectsKyrylo Silin2015-03-101-44/+44
* Fix some warningsMatijs van Zuijlen2015-01-231-23/+23
* Replace should with specifyChristian Haase2015-01-141-29/+29
* Add spec for 8cdcd9e40dRyan Fitzgerald2015-01-141-0/+4
* Switch test suite to RSpecJosh Cheek2014-08-101-3/+3
* Revert "Fix tests"Kyrylo Silin2014-07-201-21/+18
* Fix testsConrad Irwin2014-05-091-18/+21
* allow for tests to be run with ease.Robert Gleeson2014-03-141-1/+1
* spec/code_spec.rb: add more tests for $LOAD_PATH behaviourKyrylo Silin2013-11-231-0/+8
* spec/code_spec.rb: refactor testsKyrylo Silin2013-11-231-9/+9
* Add cat support for Ruby files with .rb ext omitted.Shannon Skipper2013-11-181-8/+16
* Also files relative to load path dirs.Shannon Skipper2013-11-131-4/+17
* Support %cat checking $LOAD_PATH directories.Shannon Skipper2013-11-111-0/+5
* PryTestHelpers methods are now module_functions, included into Bacon::Context...John Mair2012-12-071-3/+3
* cleaned up lib/pry/test/helper.rbJohn Mair2012-12-071-3/+3
* Rename for tabcompletion-friendliness.☈king2012-11-151-0/+219