소스 검색

Iteration C4.

master
Nils Dittberner 9 년 전
부모
커밋
1c4913e6b3
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. +5
    -1
      test/controllers/store_controller_test.rb

+ 5
- 1
test/controllers/store_controller_test.rb 파일 보기

@@ -4,6 +4,10 @@ class StoreControllerTest < ActionDispatch::IntegrationTest
test "should get index" do
get store_index_url
assert_response :success
assert_select '#columns #side a', minimum: 2
assert_select '#main .entry', 3
assert_select 'h3', 'Programming Ruby 1.9'
assert_select '.price', /\$[,\d]+\.\d\d/
end

end

불러오는 중...
취소
저장