aboutsummaryrefslogtreecommitdiffstats
path: root/spec/controllers/general_controller_spec.rb
Commit message (Expand)AuthorAgeLines
* Rename Configuration class to avoid conflict with ActiveSupport::ConfigurableHenare Degan2013-03-03-4/+4
* Handling of globbed parameters in routes has changedMatthew Landauer2013-02-01-9/+9
* Replace use of have_text with contain from webrat or matchMatthew Landauer2013-01-29-9/+9
* Replace use of have_tag with have_selector from webratMatthew Landauer2013-01-28-4/+4
* response.status now returns an integerMatthew Landauer2013-01-04-1/+1
* integrate_views is render_views RSpec 2Henare Degan2012-12-11-2/+2
* Give the implicit default locale in a URL without locale precedence over the ...Louise Crow2012-11-28-0/+50
* Use new function that copies existing xapian index in spec setup where a clea...Louise Crow2012-11-21-3/+3
* Don't load raw emails before the frontpage specs - they don't rely on the raw...Louise Crow2012-10-29-1/+0
* Make spec a bit more generic in terms of what we're expecting. Really what we...Louise Crow2012-10-29-12/+28
* Mock xapian call for specs that are really for orthogonal things like localiz...Louise Crow2012-10-29-0/+16
* Move search spec to search group.Louise Crow2012-10-29-10/+7
* Split up specs for frontpage and search.Louise Crow2012-10-29-25/+27
* Handle the case where the blog feed already has querystring parameters.Louise Crow2012-10-11-0/+16
* Update references to point to the mySociety repo.Louise Crow2012-08-29-7/+7
* Ensure we generate URLs containing the current locale, even if the locale con...Seb Bacon2012-06-14-1/+18
* Use PO files from `spec/fixtures/locale` rather than the application - makes ...Seb Bacon2012-06-14-0/+5
* Always show tracking links even for things that currently have no resultsSeb Bacon2012-05-11-0/+5
* Don’t index unconfirmed usersRobin Houston2012-02-06-0/+16
* Load all fixtures for all testsRobin Houston2012-01-31-13/+0
* Test duplicate requests are coalescedRobin Houston2012-01-29-0/+5
* Change order of requests on front pageRobin Houston2012-01-29-1/+6
* More test data, and fix testsRobin Houston2012-01-29-6/+16
* Load all raw emails for testingRobin Houston2012-01-29-3/+3
* More test data and a new testRobin Houston2012-01-27-2/+4
* Add a trivial test for the list of recent requestsRobin Houston2012-01-27-0/+12
* Improve test isolationRobin Houston2012-01-24-0/+2
* Fix a bunch of order-dependent failuresRobin Houston2012-01-24-1/+1
* Remove assumptionRobin Houston2012-01-20-6/+5
* Make sure the FakeWeb registry is kept cleanRobin Houston2012-01-20-0/+7
* Be sure to restore RoutingFiltersRobin Houston2012-01-20-2/+0
* Test fix that belongs to e82ca928a140400f8446dba85014a0c9059e789bSeb Bacon2012-01-17-1/+1
* Fail silently if third party services are broken or unavailable. Fixes #354.Seb Bacon2012-01-17-0/+10
* Merge remote-tracking branch 'jpmckinney/pre1.9' into developSeb Bacon2011-11-24-2/+2
|\
| * fix spec example for 1.9James McKinney2011-10-17-2/+2
* | allow specs to run independentlyJames McKinney2011-10-16-9/+13
|/
* fix fixtures order to avoid postgresql foreign key errorsJames McKinney2011-10-11-3/+3
* Make the general search return requests only, by defaultSeb Bacon2011-09-01-1/+1
* Add tests & fixes for new search/filtering functionalitySeb Bacon2011-08-29-0/+28
* Fixes to get tests to pass following addition of new search / filter function...Seb Bacon2011-08-29-1/+1
* Monkey patch around bug that was stripping out quotes from search phrases. F...Seb Bacon2011-08-15-1/+0
* Fix up missing fixtures (causing failures dependent on order the tests were f...Seb Bacon2011-08-10-0/+4
* Introduce config setting to ignore browser language settingsSeb Bacon2011-08-08-1/+15
* Ensure we use sensible fallbacks for setting the default / initial locale for...Seb Bacon2011-08-08-0/+21
* Fail silently if there's no user matching one referenced in the current sessi...Seb Bacon2011-08-03-0/+7
* Only prepend locales to paths when there's more than one locale to choose from.Seb Bacon2011-07-15-0/+23
* Argh! Another spec that uses the :public_bodies fixture and needsRobin Houston2011-06-20-0/+1
* Rebuild xapian index after fixture loadingLouise Crow2011-02-17-24/+37
* Make path work in Ruby 1.9Francis Irving2010-09-15-1/+1
* Need raw emails (I think it was relying on cached in database entries before,...francis2009-09-20-1/+1