-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update minitest * Set test order to suppress warnings * Set title_prefix in tests so tests work when run in random order * Require ruby 2.1+ * Ruby 1.9.3 and 2.0.0 are no longer supported * Update travis matrix * Test ruby 2.4 * Update 2.3, 2.2, & 2.1 dot versions * Drop 1.9.3, 2.0 * Do not memoize octokit client * Memoization prevents updating the Octokit Client settings if configure is called more than once (like in the tests) * Remove unnecessary block argument * Fix ruby redefinition warnings * Reader methods for :branch, :web_url, etc are overridden * Fix intermittent test failures * Reset configuration * Remove overridden body attr_reader *#body is defined below * Fixes ruby warning * Remove unused line. Fix warning
- Loading branch information
1 parent
a459132
commit 1a3b40c
Showing
8 changed files
with
32 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters