Switch from Prototype to jQuery
This commit is contained in:
parent
4368ba9f11
commit
13289d4041
40 changed files with 1160 additions and 1218 deletions
|
@ -5,7 +5,7 @@ class BrowseControllerTest < ActionController::TestCase
|
|||
api_fixtures
|
||||
|
||||
def test_start
|
||||
get :start
|
||||
xhr :get, :start
|
||||
assert_response :success
|
||||
end
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue