summaryrefslogtreecommitdiff
path: root/spec/method_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* rubocop: fix offences of the Style/EvalWithLocation copKyrylo Silin2019-03-231-2/+8
* rubocop: fix offences of the Metrics/LineLength copKyrylo Silin2019-03-031-28/+71
* rubocop: fix offences of the Style/WordArray copKyrylo Silin2019-03-021-1/+1
* rubocop: fix offences of the Style/RedundantParentheses copKyrylo Silin2019-03-021-1/+1
* rubocop: fix offences of the Style/EmptyMethod copKyrylo Silin2019-03-011-4/+2
* rubocop: fix offences of the Style/EmptyLiteral copKyrylo Silin2019-03-011-1/+1
* rubocop: fix offences of the Style/BracesAroundHashParameters copKyrylo Silin2019-02-271-2/+2
* rubocop: fix offences of the Style/Alias copKyrylo Silin2019-02-271-2/+2
* rubocop: fix offences of the Layout/SpaceInsideHashLiteralBraces copKyrylo Silin2019-02-261-3/+3
* rubocop: fix offences of the Layout/FirstParameterIndentation copKyrylo Silin2019-02-251-4/+5
* rubocop: fix the Layout/EmptyLinesAroundAccessModifier copKyrylo Silin2019-02-251-0/+3
* rubocop: fix offences of the Layout/AccessModifierIndentation copKyrylo Silin2019-02-241-1/+7
* Add .rspec and require 'helper' from thereKyrylo Silin2018-11-181-1/+0
* rubocop: fix ofences of the Style/BlockDelimiters copKyrylo Silin2018-11-181-8/+8
* rubocop: fix offences regarding spacesKyrylo Silin2018-11-041-31/+31
* rubocop: fix offences of the Layout/EmptyLinesAroundArguments copKyrylo Silin2018-11-041-1/+0
* rubocop: fix offences of the Layout/EmptyLines copKyrylo Silin2018-11-041-1/+0
* rubocop: fix offences of the Lint/AmbiguousBlockAssociation coprubocop-lint-ambiguous-block-assosicationKyrylo Silin2018-10-161-7/+24
* rubocop: fix offences of the Layout/EmptyLineBetweenDefs copKyrylo Silin2018-10-141-9/+46
* rubocop: fix offences of the Style/HashSyntax copKyrylo Silin2018-10-131-1/+1
* rubocop: fix offences of the Layout/ExtraSpacing copKyrylo Silin2018-10-131-4/+4
* Drop support for RubiniusKyrylo Silin2018-10-071-20/+14
* get this bitch working on rubies that dont support keyword argsJohn Mair2018-02-231-2/+2
* move definitions into specsJohn Mair2018-02-231-2/+2
* Wrap 2.1 specific specs (keyword args) in 2.1 version check guardJohn Mair2018-02-231-14/+17
* unit testsChase2018-02-211-0/+43
* fix 2.4 warning in specs about deprecated constant (Fixnum).robert2017-06-031-1/+2
* specs: convert to shoulds to expectsKyrylo Silin2015-03-101-65/+66
* Rename helper spec: singleton_class(arg) -> eigenclass(arg)John Mair2015-02-161-6/+8
* Fix JRuby-specific warningsMatijs van Zuijlen2015-01-231-3/+3
* Fix some warningsMatijs van Zuijlen2015-01-231-70/+70
* Switch test suite to RSpecJosh Cheek2014-08-101-9/+9
* allow for tests to be run with ease.Robert Gleeson2014-03-141-1/+1
* Disable spec to work around rubinius/rubinius#2871remove_mri18_supportRyan Fitzgerald2014-01-191-6/+9
* Remove support for 1.8-compatible versions of RubyRyan Fitzgerald2014-01-191-18/+12
* undo whitespace changesConrad Irwin2013-12-111-1/+1
* method_spec.rb fixedDeepender2013-12-111-2/+1
* issue 998 test addedDeepender2013-12-111-1/+14
* spec/method_spec.rb: cleanup Object after method additionKyrylo Silin2013-11-221-0/+4
* Stat now supports top-level method aliasesAldric Giacomoni2013-11-151-0/+12
* Refactor Pry::Method + add Pry::Method::WeirdMethodLocatorJohn Mair2013-02-021-7/+24
* Pry::Method.from_str() can no longer raise an exceptionJohn Mair2012-12-221-1/+4
* Rename for tabcompletion-friendliness.☈king2012-11-151-0/+462