Sha256: 29898f0331ae5872edba0255427577cb66b6f80f0e49bf5582ca82c08f4ce9df

Contents?: true

Size: 279 Bytes

Versions: 2

Compression:

Stored size: 279 Bytes

Contents

require 'test_helper'

module EtCms
  class PagesControllerTest < ActionController::TestCase
    test "should get home" do
      get :home
      assert_response :success
    end
  
    test "should get show" do
      get :show
      assert_response :success
    end
  
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
et_cms-0.0.2 test/functional/et_cms/pages_controller_test.rb
et_cms-0.0.1 test/functional/et_cms/pages_controller_test.rb