Sha256: 838f658d0b1f0c23a209351b1c8fcda0a5952bc77e120a25436e5c43aa1f0826

Contents?: true

Size: 482 Bytes

Versions: 30

Compression:

Stored size: 482 Bytes

Contents

require File.dirname(__FILE__) + '/../test_helper'
require 'search_controller'

# Re-raise errors caught by the controller.
class SearchController; def rescue_action(e) raise e end; end

class SearchControllerTest < Test::Unit::TestCase
  def setup
    @controller = SearchController.new
    @request    = ActionController::TestRequest.new
    @response   = ActionController::TestResponse.new
  end

  # Replace this with your real tests.
  def test_truth
    assert true
  end
end

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
backlog-0.10.1 test/functional/search_controller_test.rb
backlog-0.10.0 test/functional/search_controller_test.rb
backlog-0.10.4 test/functional/search_controller_test.rb
backlog-0.10.5 test/functional/search_controller_test.rb
backlog-0.10.2 test/functional/search_controller_test.rb
backlog-0.10.3 test/functional/search_controller_test.rb
backlog-0.10.7 test/functional/search_controller_test.rb
backlog-0.10.6 test/functional/search_controller_test.rb
backlog-0.11.0 test/functional/search_controller_test.rb
backlog-0.12.0 test/functional/search_controller_test.rb
backlog-0.10.8 test/functional/search_controller_test.rb
backlog-0.12.2 test/functional/search_controller_test.rb
backlog-0.12.1 test/functional/search_controller_test.rb
backlog-0.12.4 test/functional/search_controller_test.rb
backlog-0.12.3 test/functional/search_controller_test.rb
backlog-0.13.1 test/functional/search_controller_test.rb
backlog-0.13.0 test/functional/search_controller_test.rb
backlog-0.14.0 test/functional/search_controller_test.rb
backlog-0.14.3 test/functional/search_controller_test.rb
backlog-0.14.1 test/functional/search_controller_test.rb