Skip to content

Commit

Permalink
[minitest] ruby 1.8 minitest
Browse files Browse the repository at this point in the history
  • Loading branch information
portertech committed Mar 14, 2013
1 parent 59753e5 commit 0ac516a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sensu-plugin.gemspec
Expand Up @@ -19,4 +19,5 @@ Gem::Specification.new do |s|
s.add_dependency('mixlib-cli', '>= 1.1.0')

s.add_development_dependency('rake')
s.add_development_dependency('minitest')
end
1 change: 1 addition & 0 deletions test/helper.rb
@@ -1,4 +1,5 @@
require 'rubygems'
gem 'minitest' if RUBY_VERSION < '1.9.0'
require 'minitest/autorun'

module SensuPluginTestHelper
Expand Down

0 comments on commit 0ac516a

Please sign in to comment.