diff --git a/spec/controllers/ajax/answer_controller_spec.rb b/spec/controllers/ajax/answer_controller_spec.rb index 5e0455c9..4695d9c8 100644 --- a/spec/controllers/ajax/answer_controller_spec.rb +++ b/spec/controllers/ajax/answer_controller_spec.rb @@ -94,6 +94,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/),