summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* ! Removed Minitest::TestTask. Shipped with minitest 5.16+ now!Ryan Davis2022-12-152-54/+2
| | | | | | | ! Removed direct support for rspec, test/unit. Still extendable tho. ! Removed support for old style readme parsing. [git-p4: depot-paths = "//src/hoe/dev/": change = 13614]
* + Added warning to bundled minitest/test_task.Ryan Davis2022-10-202-6/+3
| | | | | - Fixed test task load path issue, prepend Hoe.include_dirs to ensure they come first. [git-p4: depot-paths = "//src/hoe/dev/": change = 13575]
* Cleaned up and normalized requires on test files.Ryan Davis2022-10-194-7/+5
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 13572]
* + Added otp_command config option for OTP auth on gem push.Ryan Davis2022-08-171-1/+24
| | | | | | | | | | | | This sets $GEM_HOST_OTP_CODE to the output of the command. eg: otp_command: "op item get rubygems.org --otp" This will be used by rake release if defined. [git-p4: depot-paths = "//src/hoe/dev/": change = 13514]
* just... noRyan Davis2022-07-091-2/+2
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 13494]
* fixed test for sh switchRyan Davis2022-07-091-1/+1
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 13493]
* + Add bindir and homepage accessor methods. (dsisnero)Ryan Davis2022-05-171-0/+24
| | | | | | | + Use bindir to determine executables. (dsisnero) + Don't auto-intuit values if they're already set. (dsisnero) [git-p4: depot-paths = "//src/hoe/dev/": change = 13384]
* Minor test fixes for windowsRyan Davis2022-05-171-2/+5
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 13382]
* Fixed test that fails if I'm not using isolate for rake.Ryan Davis2022-05-171-3/+14
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 13381]
* Fix broken test on linux only... stupid packaging...Ryan Davis2020-06-141-0/+5
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 12746]
* - Avoid calling parse_urls if URL metadata are already set. (flavorjones)Ryan Davis2020-02-111-0/+37
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 12551]
* - Fixed wiring of test_prelude into Minitest::TestTask.create. (flavorjones)Ryan Davis2020-02-091-13/+54
| | | | | | - Fixed ordering of test_prelude vs framework in Minitest::TestTask. (flavorjones) [git-p4: depot-paths = "//src/hoe/dev/": change = 12538]
* + Added rdoc extension to the history and readme file finder globs.Ryan Davis2020-02-081-0/+43
| | | | | | | + Refactored intuit_values to take the file content as an arg. + Extended readme parsing to more intelligently deal with markup sections. [git-p4: depot-paths = "//src/hoe/dev/": change = 12535]
* Fixed deprecation warning in testRyan Davis2019-12-221-1/+1
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 12474]
* + Added support for wiki_uri and mailing_list_uri. (JuanitoFatas)Ryan Davis2019-12-141-0/+24
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 12451]
* Fixed a test when run in isolation but only via minitest?Ryan Davis2019-11-051-0/+2
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 12389]
* added minitest/autorun to test_hoe_package.rbRyan Davis2019-11-051-0/+1
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 12388]
* + Added deprecation to parse_urls for ancient url array form.Ryan Davis2019-10-281-22/+12
| | | | | | | | + Hoe#parse_urls now returns a hash no matter what minor cleanup to new metadata code minor cleanup to tests. damn... they're _old_. [git-p4: depot-paths = "//src/hoe/dev/": change = 12370]
* removed skip for maglev... it's long been fixedRyan Davis2019-10-281-2/+0
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 12369]
* + Added support for gemspec metadata. (viraptor)Ryan Davis2019-10-201-0/+1
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 12348]
* Make a test more robust to version differences by splitting and sorting ↵Ryan Davis2019-09-281-2/+3
| | | | | | dependencies. [git-p4: depot-paths = "//src/hoe/dev/": change = 12320]
* + Added Minitest::TestTask (will move to minitest proper soon)Ryan Davis2019-05-251-10/+26
| | | | | | | | | | + Deprecated Hoe::Test.make_test_cmd (argue with me!) + Deprecated testunit support (argue with me!) + Deprecated Hoe::Test.try_loading_rspec (argue with me!) + Deprecated Hoe::Test.try_loading_rspec2 (argue with me!) + Switched normally hoe-generated test tasks over to use Minitest::TestTask. [git-p4: depot-paths = "//src/hoe/dev/": change = 12062]
* Fixed a missing require. Yay for rake test:depsRyan Davis2019-05-251-0/+2
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 12060]
* Fixed test data to avoid new deprecations on ruby 2.6. (mtasaka)Ryan Davis2019-03-111-1/+1
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 11834]
* Dunno why this test changed. Must be rubygems?Ryan Davis2019-03-081-1/+1
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 11821]
* - Bumped dependencies on rdoc and rake for latest majors.Ryan Davis2018-09-061-1/+1
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 11723]
* + Bump rdoc dependency to range from 4.x to 5.x.Ryan Davis2018-02-021-1/+1
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 11518]
* Fixed test that was missing an plugin dependency, but only failed on certain ↵Ryan Davis2018-01-011-1/+1
| | | | | | seeds & ruby versions. [git-p4: depot-paths = "//src/hoe/dev/": change = 11484]
* oops. fixed testRyan Davis2017-07-071-1/+0
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 11371]
* oops. needed to fix the rdoc_cmd test for new extra paramRyan Davis2017-06-121-0/+1
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 11346]
* oops... I swear I submitted thisRyan Davis2017-01-021-0/+1
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 11173]
* minor style tweaksRyan Davis2016-10-072-13/+13
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 10874]
* - Fixed extension paths. Again. Damnit. I normally don't release after midnight.Ryan Davis2015-09-131-0/+26
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 10379]
* fixed test post-gemtestRyan Davis2015-09-081-1/+1
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 10369]
* - Fix PRERELEASE= for packaging against newer versions of rubygems. (drbrain)Ryan Davis2015-09-081-0/+58
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 10368]
* more stylistic tweaksRyan Davis2015-01-271-3/+3
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 9958]
* simplified simple mapsRyan Davis2015-01-271-3/+3
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 9957]
* interpolated stringsRyan Davis2015-01-271-1/+1
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 9956]
* normalized %-formatted tokensRyan Davis2015-01-271-9/+9
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 9955]
* converted everything to double quoted stringsRyan Davis2015-01-275-96/+96
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 9954]
* - Remove deprecated test_files from spec. (igas)Ryan Davis2015-01-271-1/+0
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 9953]
* + Added :rdoc plugin.Ryan Davis2014-04-032-54/+23
| | | | | | | | | + Renamed History.txt to History.rdoc. + Renamed README.txt to README.rdoc. Deleted stale redocs task. Massive cleanup in test_hoe.rb by making hoe helper take *skips & &block [git-p4: depot-paths = "//src/hoe/dev/": change = 9335]
* ! Removed all references to rubyforge, including the rubyforge plugin.Ryan Davis2014-03-121-14/+10
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 9260]
* - Apparently getting files in a different order on osx on ruby 2.1. (sanemat)Ryan Davis2013-11-141-1/+1
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 9031]
* + Warn and default to MIT license if not set.Ryan Davis2013-07-232-8/+16
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 8834]
* Updated tests to minitest 5Ryan Davis2013-05-225-5/+5
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 8578]
* fixed test for new default and added an explicit default testRyan Davis2013-05-221-0/+5
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 8577]
* test cleanup and refactoringRyan Davis2013-05-091-43/+15
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 8522]
* check_manifest tests weren't using capture_subprocess_io. Broke only on maglevRyan Davis2013-05-091-2/+11
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 8518]
* - Fixed an ancient test to use capture_subprocess_io. More reliable.Ryan Davis2013-04-271-18/+2
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 8466]