Switch from Prototype to jQuery

This commit is contained in:
Tom Hughes 2011-11-21 09:15:41 +00:00
parent 4368ba9f11
commit 13289d4041
40 changed files with 1160 additions and 1218 deletions

View file

@ -5,7 +5,7 @@ class BrowseControllerTest < ActionController::TestCase
api_fixtures
def test_start
get :start
xhr :get, :start
assert_response :success
end

View file

@ -3,7 +3,7 @@ require File.dirname(__FILE__) + '/../test_helper'
class ExportControllerTest < ActionController::TestCase
# Replace this with your real tests.
def test_start
get :start
xhr :get, :start
assert_response :success
assert_template 'start'
end