mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 10:29:53 +01:00
Fix additional spec in Ajax/Answer
This commit is contained in:
parent
964ec12a38
commit
a59e873e75
1 changed files with 1 additions and 0 deletions
|
@ -176,6 +176,7 @@ describe Ajax::AnswerController, :ajax_controller, type: :controller do
|
|||
"url" => a_string_matching("https://#{APP_CONFIG['hostname']}/"),
|
||||
"text" => a_string_matching("Werfen Sie nicht länger das Fenster zum Geld hinaus!"),
|
||||
"twitter" => a_string_matching("https://twitter.com/"),
|
||||
"bluesky" => a_string_matching("https://bsky.app/"),
|
||||
"tumblr" => a_string_matching("https://www.tumblr.com/"),
|
||||
"telegram" => a_string_matching("https://t.me/"),
|
||||
"custom" => a_string_matching(/Werfen\+Sie\+nicht\+l%C3%A4nger\+das\+Fenster\+zum\+Geld\+hinaus%21/),
|
||||
|
|
Loading…
Reference in a new issue