Skip to content

Commit

Permalink
LuckyBits is no longer running. Removed from awesome list. Fixing dep…
Browse files Browse the repository at this point in the history
…recation notice in spec (#1415)
  • Loading branch information
jwoertink authored Oct 23, 2024
1 parent 51a17e1 commit 549161d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion spec/requests/api/html_conversions/create_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ describe Api::HtmlConversions::Create do
it "returns a 200 response with converted content" do
# NOTE: This is required because this spec runs
# before the spec server is fully booted.
sleep 0.5
sleep 0.5.seconds
response = ApiClient.exec(Api::HtmlConversions::Create.with(input: "<div>Test</div>"))

response.should send_json(200, content: "div \"Test\"\n")
Expand Down
4 changes: 0 additions & 4 deletions src/pages/learn/awesome_lucky/index_page.cr
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,6 @@ class Learn::AwesomeLucky::IndexPage < PageLayout
text: "Lucky Casts",
url: "https://luckycasts.com",
description: "Video screencasts on Lucky and the Crystal programming language"
mount AwesomeLink,
text: "Lucky Bits",
url: "https://www.luckybits.link",
description: "Create small link snippets to share with friends"
mount AwesomeLink,
text: "The Offline Pink",
url: "https://the.offline.pink",
Expand Down

0 comments on commit 549161d

Please sign in to comment.