Sha256: c39013d33a3e6cf4a0700727e0e7b2e729ba6de80e0223dc468656201d16e261

Contents?: true

Size: 248 Bytes

Versions: 6

Compression:

Stored size: 248 Bytes

Contents

require 'test_helper'

class Lentil::ThisorthatControllerTest < ActionController::TestCase
  def setup
    @routes = Lentil::Engine.routes
  end

  test "should get battle leaders" do
    get :battle_leaders
    assert_response :success
  end

end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
lentil-1.0.5 test/functional/lentil/thisorthat_controller_test.rb
lentil-1.0.4 test/functional/lentil/thisorthat_controller_test.rb
lentil-1.0.3 test/functional/lentil/thisorthat_controller_test.rb
lentil-1.0.2 test/functional/lentil/thisorthat_controller_test.rb
lentil-1.0.1 test/functional/lentil/thisorthat_controller_test.rb
lentil-1.0.0 test/functional/lentil/thisorthat_controller_test.rb