Sha256: cc5caec3aabccc2240253b25d52077ee3b5598095d80c8f791060f8977064bec

Contents?: true

Size: 336 Bytes

Versions: 17

Compression:

Stored size: 336 Bytes

Contents

require 'test_helper'

class Lentil::PhotographersControllerTest < ActionController::TestCase
  test "should get index" do
    get :index, :use_route => :lentil
    assert_response :success
  end

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

end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
lentil-0.9.1 test/functional/lentil/photographers_controller_test.rb
lentil-0.9.0 test/functional/lentil/photographers_controller_test.rb
lentil-0.8.0 test/functional/lentil/photographers_controller_test.rb
lentil-0.7.1 test/functional/lentil/photographers_controller_test.rb
lentil-0.6.0 test/functional/lentil/photographers_controller_test.rb
lentil-0.5.2 test/functional/lentil/photographers_controller_test.rb
lentil-0.5.1 test/functional/lentil/photographers_controller_test.rb
lentil-0.5.0 test/functional/lentil/photographers_controller_test.rb
lentil-0.4.2 test/functional/lentil/photographers_controller_test.rb
lentil-0.4.0 test/functional/lentil/photographers_controller_test.rb
lentil-0.3.1 test/functional/lentil/photographers_controller_test.rb
lentil-0.3.0 test/functional/lentil/photographers_controller_test.rb
lentil-0.2.3 test/functional/lentil/photographers_controller_test.rb
lentil-0.2.2 test/functional/lentil/photographers_controller_test.rb
lentil-0.2.1 test/functional/lentil/photographers_controller_test.rb
lentil-0.2.0 test/functional/lentil/photographers_controller_test.rb
lentil-0.1.8 test/functional/lentil/photographers_controller_test.rb