mirror of
https://gitea.invidious.io/iv-org/shard-kemal.git
synced 2024-08-15 00:53:36 +00:00
Use be_nil in specs instead of eq nil
This commit is contained in:
parent
159e963404
commit
50f82f5187
2 changed files with 5 additions and 5 deletions
|
@ -100,8 +100,8 @@ describe "Context" do
|
|||
Kemal::FilterHandler::INSTANCE.call(context)
|
||||
Kemal::RouteHandler::INSTANCE.call(context)
|
||||
|
||||
context.get?("non_existent_key").should eq nil
|
||||
context.get?("another_non_existent_key").should eq nil
|
||||
context.get?("non_existent_key").should be_nil
|
||||
context.get?("another_non_existent_key").should be_nil
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue