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:
parent
a9d89d28a5
commit
f65082df46
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue