Sha256: dfe537e05dff519e4ba96b3d6a45b358bc5e3b5ecbc2e45535d8ec3769c396aa

Contents?: true

Size: 345 Bytes

Versions: 6

Compression:

Stored size: 345 Bytes

Contents

require 'test_helper'

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

  test "should get index" do
    get :index
    assert_response :success
  end

  test "should get show view" do
    get :show, :id => lentil_users(:bd).id
    assert_response :success
  end

end

Version data entries

6 entries across 6 versions & 1 rubygems

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