Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

👷➕🐛✅ fix tests in CI #134

Merged
merged 1 commit into from
Jun 18, 2018
Merged

👷➕🐛✅ fix tests in CI #134

merged 1 commit into from
Jun 18, 2018

Conversation

jamesarosen
Copy link

  • Gemfile: add rubocop. The Rakefile depended on rubocop test tasks, but we hadn't declared the dependency.
  • syslog test: fix stubbed URL
  • test_helper: require securerandom, which multiple tests use
  • Rakefile: use Rake::TestTask to define test:unit task. Previously this task was defined as a shell
    command but it didn't actually run any of the unit tests.

 * Gemfile: add rubocop. The Rakefile depended on rubocop test tasks, but we hadn't declared the dependency.
 * syslog test: fix stubbed URL
 * test_helper: require securerandom, which multiple tests use
 * Rakefile: use Rake::TestTask to define `test:unit` task. Previously this task was defined as a shell command
   but it didn't actually run any of the unit tests.
@jamesarosen jamesarosen merged commit a81fc3a into master Jun 18, 2018
@jamesarosen jamesarosen deleted the james/travis-tests branch June 18, 2018 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants