mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Support string interpolation for example names
This commit is contained in:
parent
aabec269cb
commit
dd49fe3a67
4 changed files with 49 additions and 4 deletions
9
spec/features/metadata_spec.cr
Normal file
9
spec/features/metadata_spec.cr
Normal file
|
@ -0,0 +1,9 @@
|
|||
require "../spec_helper"
|
||||
|
||||
Spectator.describe "Spec metadata" do
|
||||
let(interpolation) { "string interpolation" }
|
||||
|
||||
it "supports #{interpolation}" do |example|
|
||||
expect(example.name).to eq("supports string interpolation")
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue