mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02:00
Fix the functional tests that wouldn't run before
With Ruby 1.8.7, the functional tests were failing due to a recursive require stack. No longer requiring 'backend_controller' and doesn't seem to have any bearing on the running of the tests.
This commit is contained in:
parent
af6ac52663
commit
a7ce073351
1 changed files with 0 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
|||
require File.expand_path(File.dirname(__FILE__) + '/../test_helper')
|
||||
require 'backend_controller'
|
||||
|
||||
# Re-raise errors caught by the controller.
|
||||
class BackendController; def rescue_action(e) raise e end; end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue