Skip to content

Commit 2c2192d

Browse files
committed
Add jQuery 2.0 and 2.1 to the test suite.
1 parent 1b4882b commit 2c2192d

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.8.0 1.8.1 1.8.2 1.8.3 1.9.0 1.9.1 1.10.0 1.10.1 1.10.2 1.11.0 ].freeze
4+
JQUERY_VERSIONS = %w[ 1.8.0 1.8.1 1.8.2 1.8.3 1.9.0 1.9.1 1.10.0 1.10.1 1.10.2 1.11.0 2.0.0 2.1.0].freeze
55

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

0 commit comments

Comments
 (0)