mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-08 00:34:19 +01:00
remove vendored gem and fix state model. Some old hacks did not work anymore on the newer aasm. reverted the hacks and fixed some tests
This commit is contained in:
parent
1cf5967eb5
commit
056dbf08a7
37 changed files with 43 additions and 2618 deletions
|
|
@ -62,7 +62,6 @@ class TodosControllerTest < ActionController::TestCase
|
|||
assert_equal 2, t.tags.count
|
||||
end
|
||||
|
||||
|
||||
def test_not_done_counts_after_hiding_project
|
||||
p = Project.find(1)
|
||||
p.hide!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue