mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-18 00:00:12 +01:00
improve last path. Thanks Vitaliel!
This commit is contained in:
parent
8cdae83014
commit
01a011ee06
2 changed files with 2 additions and 5 deletions
|
|
@ -99,10 +99,7 @@ class StatsControllerTest < Test::Unit::TestCase
|
|||
assert_response :success
|
||||
|
||||
# clear taggings table and render again
|
||||
taggings = Tagging.find(:all)
|
||||
taggings.each do |t|
|
||||
t.delete
|
||||
end
|
||||
Tagging.delete_all
|
||||
get :index
|
||||
assert_response :success
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue