Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Rename ALL THE TEMPLATES!!1!!!one!!1!! | Henare Degan | 2013-02-27 | -0/+0 |
| | | | | .rhtml is deprecated in favour of .erb in Rails 3 | |||
* | Merge branch 'develop' into rails-3-spike | Henare Degan | 2013-02-15 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Gemfile Gemfile.lock app/controllers/general_controller.rb app/controllers/track_controller.rb app/models/outgoing_message.rb app/models/public_body.rb app/models/user.rb app/views/general/frontpage.rhtml config/environment.rb config/initializers/inflections.rb config/initializers/mime_types.rb db/migrate/094_remove_old_tags_foreign_key.rb lib/timezone_fixes.rb spec/models/request_mailer_spec.rb spec/views/request/list.rhtml_spec.rb | |||
| * | Remove interlock as it's not compatible with Rails 3 and is unmaintained | Henare Degan | 2013-01-18 | -2/+0 |
| | | ||||
* | | In test we have 3 available locales so these URLs should contain the locale ↵ | Henare Degan | 2013-02-08 | -2/+2 |
| | | | | | | | | in the path | |||
* | | Update test to use Webrat matchers instead of removed methods | Henare Degan | 2013-02-07 | -2/+8 |
| | | ||||
* | | Don't need a regex here, it uses #include? | Henare Degan | 2013-02-07 | -1/+1 |
| | | ||||
* | | path helper should be html safe and fix up view test for rspec 2 | Matthew Landauer | 2013-01-25 | -3/+3 |
| | | ||||
* | | Merge remote-tracking branch 'mysociety/develop' into rails-3-spike | Matthew Landauer | 2013-01-04 | -1/+17 |
|\| | | | | | | | | | | | | | | | | | | | | | Conflicts: Gemfile.lock Rakefile app/controllers/request_controller.rb lib/tasks/rspec.rake spec/controllers/services_controller_spec.rb spec/spec_helper.rb spec/views/request/_after_actions.rhtml_spec.rb | |||
| * | Only offer download links on publicly visible requests | Louise Crow | 2012-12-13 | -1/+17 |
| | | ||||
* | | Update render syntax in rspec | Matthew Landauer | 2013-01-04 | -2/+3 |
| | | ||||
* | | Get rid of resetting of ActionController::Routing::Routes.filters | Matthew Landauer | 2013-01-04 | -10/+0 |
| | | ||||
* | | Remove tests for partials being rendered. Was testing the implementation not ↵ | Matthew Landauer | 2013-01-04 | -10/+0 |
| | | | | | | | | the behaviour | |||
* | | url in css selector should have been quoted. Using alternate syntax | Matthew Landauer | 2013-01-04 | -2/+2 |
| | | ||||
* | | Update test to use Webrat matchers and remove methods that complicate the ↵ | Henare Degan | 2012-12-18 | -35/+20 |
| | | | | | | | | intention of the tests | |||
* | | Update view tests to use Webrat matchers | Henare Degan | 2012-12-18 | -19/+19 |
| | | ||||
* | | Update view spec | Henare Degan | 2012-12-12 | -8/+8 |
| | | ||||
* | | view replaces template | Henare Degan | 2012-12-12 | -3/+3 |
| | | ||||
* | | Remove workaround | Henare Degan | 2012-12-12 | -2/+0 |
| | | ||||
* | | Update view test assignment API | Henare Degan | 2012-12-12 | -26/+26 |
| | | ||||
* | | Why are we testing a controller in view tests? | Henare Degan | 2012-12-11 | -1/+1 |
| | | ||||
* | | Upgrade remaining matchers | Henare Degan | 2012-12-11 | -10/+10 |
| | | ||||
* | | The have_tag selector is no longer available so use webrat matchers | Henare Degan | 2012-12-11 | -2/+2 |
| | | ||||
* | | The include_text selector is no longer available | Henare Degan | 2012-12-11 | -1/+1 |
| | | ||||
* | | New way of assigning variables to view specs | Henare Degan | 2012-12-11 | -6/+6 |
| | | ||||
* | | Change to a more common way of calling render | Henare Degan | 2012-12-11 | -12/+10 |
| | | ||||
* | | Let's get a simple model working. First of all, this is not a Rails model | Henare Degan | 2012-12-11 | -1/+1 |
| | | ||||
* | | Remove interlock as it's not compatible with Rails 3 and is unmaintained | Henare Degan | 2012-12-11 | -2/+0 |
|/ | ||||
* | Show disclosure log link if available | Matthew Landauer | 2012-10-22 | -0/+1 |
| | ||||
* | Stub new method introduced by 7a9593a | Robin Houston | 2012-09-28 | -0/+1 |
| | ||||
* | Updating spec for 550f143. | Louise Crow | 2012-09-20 | -35/+36 |
| | ||||
* | Beef up mocks | Robin Houston | 2012-07-16 | -1/+10 |
| | | | | | Add the user_name and is_external? properties to the InfoRequest mock objects used for view testing, where necessary. | |||
* | Beef up mocks with new method | Robin Houston | 2012-06-07 | -1/+3 |
| | ||||
* | API create_request method is working | Robin Houston | 2012-06-06 | -2/+2 |
| | | | | | | "when using the API", it "should create a new request from a POST", AND IT DOES! | |||
* | Merge branch 'wdtk' of github.com:sebbacon/alaveteli into wdtk | Robin Houston | 2012-01-20 | -0/+2 |
|\ | ||||
| * | Don't allow users to page beyond a certain number of results (because in ↵ | Seb Bacon | 2012-01-20 | -0/+2 |
| | | | | | | | | large databases, the sorting of such large batches causes an extreme slowdown). | |||
* | | Be sure to restore RoutingFilters | Robin Houston | 2012-01-20 | -2/+12 |
|/ | | | | | | There were some order-dependent test failures that turned out to be caused by the fact that the RoutingFilters were cleared and not subsequently restored, by some tests. | |||
* | add encoding magic comments and fix paths | James McKinney | 2011-10-16 | -6/+6 |
| | ||||
* | Fix brittle test | Seb Bacon | 2011-09-16 | -1/+1 |
| | ||||
* | Fix test failures resulting from commit 0f0854cd60aebde1b4a69e455ee40686c4ab0353 | Seb Bacon | 2011-09-15 | -26/+1 |
| | ||||
* | Attempt to merge current develop to theme | Seb Bacon | 2011-08-29 | -6/+5 |
|\ | ||||
| * | work around TestRequest bug to get tests to pass | Seb Bacon | 2011-08-29 | -4/+2 |
| | | ||||
| * | Fixes to get tests to pass following addition of new search / filter ↵ | Seb Bacon | 2011-08-29 | -2/+3 |
| | | | | | | | | functionality | |||
* | | first stab at improved home page | Seb Bacon | 2011-08-22 | -4/+4 |
|/ | ||||
* | Fix bug on categorisation page that was stopping game from working | Seb Bacon | 2011-07-14 | -0/+37 |
| | ||||
* | changes to get tests to pass with IZ fork and new routing-filter gem | Seb Bacon | 2011-07-11 | -1/+3 |
| | ||||
* | Make view tests work with interlock. | Francis Irving | 2010-09-14 | -9/+11 |
| | ||||
* | Fix test. | Francis Irving | 2010-08-04 | -3/+6 |
| | ||||
* | Fix mocked test of charity number | Francis Irving | 2010-07-27 | -3/+7 |
| | ||||
* | Reflect change to show photos | Francis Irving | 2010-07-18 | -2/+4 |
| | ||||
* | Just check the text. | Francis Irving | 2010-06-08 | -1/+1 |
| |