Skip to content

Commit 743070c

Browse files
authored
Merge pull request #39 from yasslab/fixed-datetime-test
テストをYYYY/MM/DD→YYYY年MM月DD日に修正
2 parents 18f5ec2 + f483d3a commit 743070c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/so_tech_sha_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ def setup
3232
test "Datetime should be formatted" do
3333
post_path = "sotechsha-1"
3434
get "/#{post_path}"
35-
assert_select ".h4", /^\d{4}\/\d{2}\/\d{2}$/
35+
assert_select ".h4", /^\d{4}\d{2}\d{2}$/
3636
end
3737
end

0 commit comments

Comments
 (0)