mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Generate UTC time in todo
This commit is contained in:
parent
fd78d17c40
commit
18ac04d992
2 changed files with 5 additions and 1 deletions
|
@ -31,6 +31,10 @@ module Ameba
|
|||
create_todo.should contain "# This configuration file was generated by"
|
||||
end
|
||||
|
||||
it "creates a todo with UTC time" do
|
||||
create_todo.should match /\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2} UTC/
|
||||
end
|
||||
|
||||
it "creates a todo with version" do
|
||||
create_todo.should contain "Ameba version #{VERSION}"
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue