Skip to content

Commit

Permalink
Require minitest.
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie Savage committed Jan 7, 2013
1 parent a977386 commit 6c98655
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ruby-prof.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ EOF
spec.required_ruby_version = '>= 1.8.7'
spec.date = DateTime.now
spec.homepage = 'https://github.com/rdp/ruby-prof'
spec.add_development_dependency 'rake-compiler'
spec.add_development_dependency 'minitest', 'rake-compiler'
end
3 changes: 2 additions & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# encoding: UTF-8

# Make RubyMine happy
gem "minitest"

if ENV["RM_INFO"] || ENV["TEAMCITY_VERSION"]
if RUBY_PLATFORM =~ /(win32|mingw)/
gem "win32console"
end
gem "minitest"
gem "minitest-reporters"
require 'minitest/reporters'
MiniTest::Reporters.use!
Expand Down

0 comments on commit 6c98655

Please sign in to comment.