mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Fix the jquery-ui datepicker i18n files' asset compilation
This commit is contained in:
parent
da4f662aae
commit
e1be3b8a95
3 changed files with 17 additions and 9 deletions
|
|
@ -6,16 +6,16 @@ class TodosControllerTest < ActionController::TestCase
|
|||
assert_redirected_to login_url
|
||||
end
|
||||
|
||||
############################
|
||||
# not done / deferred counts
|
||||
############################
|
||||
|
||||
def test_locale_index
|
||||
login_as(:other_user_email)
|
||||
get :index
|
||||
asser_response 200
|
||||
assert_response 200
|
||||
end
|
||||
|
||||
############################
|
||||
# not done / deferred counts
|
||||
############################
|
||||
|
||||
def test_not_done_counts
|
||||
login_as(:admin_user)
|
||||
get :index
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue