Skip to content

Commit 18d31d4

Browse files
committed
Adjust test wording
1 parent 71ff3c2 commit 18d31d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/spec/features/editions_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
editor.set(rust_2018_code)
1111
end
1212

13-
scenario "using the 2015 channel" do
13+
scenario "using the 2015 edition" do
1414
in_advanced_options_menu { choose '2015' }
1515
click_on("Run")
1616

@@ -20,7 +20,7 @@
2020
end
2121
end
2222

23-
scenario "using the 2018 channel" do
23+
scenario "using the 2018 edition" do
2424
in_advanced_options_menu { choose '2018' }
2525
click_on("Run")
2626

0 commit comments

Comments
 (0)