1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

remove guard for radius tests

This commit is contained in:
Konstantin Haase 2011-04-15 11:15:46 +02:00
parent a9d89d28a5
commit f65082df46

View file

@ -1,7 +1,6 @@
require File.dirname(__FILE__) + '/helper'
begin
fail LoadError, 'Radius broken on 1.9.' if RUBY_VERSION >= '1.9.1'
require 'radius'
class RadiusTest < Test::Unit::TestCase