mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Add support for interpolation in context names
This commit is contained in:
parent
30602663fe
commit
8c3900adcb
4 changed files with 8 additions and 2 deletions
|
@ -8,7 +8,7 @@ Spectator.describe "Interpolated Label" do
|
|||
expect(example.name).to eq("interpolates example labels")
|
||||
end
|
||||
|
||||
context "within a \#{bar}" do
|
||||
context "within a #{bar}" do
|
||||
let(foo) { "multiple" }
|
||||
|
||||
it "interpolates context labels" do |example|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue