aboutsummaryrefslogtreecommitdiffstats
path: root/spec/models/track_thing_spec.rb
Commit message (Collapse)AuthorAgeLines
* Make search description specs match actual casesLouise Crow2014-03-17-4/+5
| | | | | | In the largest Alaveteli instance, WDTK, only a fraction of tracks use filters and these specs represent those that have actually been used commonly.
* Make method names for finding existing objects clearerLouise Crow2013-12-04-1/+1
| | | | | They're not finding by the existing object, they're finding an existing object.
* Re-annotate models with database fieldsLouise Crow2013-09-16-0/+16
|
* Fix description of a searchHenare Degan2012-10-18-1/+2
| | | | Used to say "comments or requests which are " when you did: View requests > All requests > Follow
* Make test a bit more RubyesqueHenare Degan2012-10-18-4/+4
| | | | The purist would probably say separate these into 3 tests
* Correctly create tracks for searches that are filtered by variety:authority ↵Seb Bacon2012-05-11-0/+5
| | | | via the search UI
* Make the order of words in a track_thing description deterministic, so the ↵Seb Bacon2012-05-02-1/+1
| | | | test always passes
* 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.
* Don't raise an error if the user deletes a track through the UI. Fixes #353.Seb Bacon2012-01-18-0/+7
|
* allow specs to run independentlyJames McKinney2011-10-16-1/+1
|
* Make custom track queries have readable names. Closes #169.Seb Bacon2011-09-01-0/+10
|
* Make path work in Ruby 1.9Francis Irving2010-09-15-1/+1
|
* Add some new TrackThing teststony2009-03-22-1/+21
|
* Have test file for each model.francis2008-05-21-8/+8
|
* Bullet list in credits on about page.francis2008-05-21-0/+12
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)