Skip to content

Commit f32a303

Browse files
committed
Added jquery 1.9.2 to test suite
1 parent 6927b82 commit f32a303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/server.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require 'sinatra'
22
require 'json'
33

4-
JQUERY_VERSIONS = %w[ 1.7 1.7.1 1.7.2 1.8.0 1.8.1 1.8.2 1.8.3 ].freeze
4+
JQUERY_VERSIONS = %w[ 1.7 1.7.1 1.7.2 1.8.0 1.8.1 1.8.2 1.8.3 1.9.0 ].freeze
55

66
use Rack::Static, :urls => ["/src"], :root => File.expand_path('..', settings.root)
77

0 commit comments

Comments
 (0)