Skip to content

Commit

Permalink
Make redgreen a requirement; rescue silently if not installed
Browse files Browse the repository at this point in the history
  • Loading branch information
leehambley committed Nov 3, 2009
1 parent b96507c commit f93a674
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/utils.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
begin
require 'rubygems'
require 'redgreen'
gem 'mocha'
rescue LoadError
end
Expand Down

0 comments on commit f93a674

Please sign in to comment.