aboutsummaryrefslogtreecommitdiffstats
path: root/spec/controllers/admin_track_controller_spec.rb
Commit message (Collapse)AuthorAgeLines
* RESTful routing for admin track actionsLouise Crow2014-12-18-4/+3
|
* integrate_views is render_views RSpec 2Henare Degan2012-12-11-1/+1
|
* Load all fixtures for all testsRobin Houston2012-01-31-1/+0
| | | | | | | | | The ad hoc specification of fixtures has been an ongoing source of bugs in the tests. The straw that broke the camel’s back is that 7c6eb09 requires the fixtures to be loaded in order (i.e. children before their parents), and it would have been a painful process to reorder all the dozens of different fixture lists, but the test system ought to be more reliable this way.
* allow specs to run independentlyJames McKinney2011-10-16-1/+1
|
* fix fixtures order to avoid postgresql foreign key errorsJames McKinney2011-10-11-1/+1
|
* Make path work in Ruby 1.9Francis Irving2010-09-15-1/+1
|
* So fixtures and deliveries are right when run in alphabetical order.Francis Irving2009-10-29-1/+1
|
* Bullet list in credits on about page.francis2008-05-21-0/+10
Rename rss_at to described_at. Email alerts based on date of description, not just creation date (so don't miss things that were created before alert but described only recently) Tidy up when described vs. newest is used for sort order. Caching of text extracted from attachments, and display in search results. Add some tests for things that aren't tested. (alright, maybe we *should* use git/hg if I'm going to keep doing this many separate commits on a train)