We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9679d5 commit c7ee25eCopy full SHA for c7ee25e
spec/arduino_ci_spec.rb
@@ -8,15 +8,3 @@
8
end
9
10
11
-
12
-RSpec.describe ArduinoCI::Host do
13
- next if skip_ruby_tests
14
- context "which" do
15
- it "can find things with which" do
16
- ruby_path = ArduinoCI::Host.which("ruby")
17
- expect(ruby_path).not_to be nil
18
- expect(ruby_path.include? "ruby").to be true
19
- end
20
21
22
-end
spec/host_spec.rb
@@ -50,4 +50,12 @@ def with_tmpdir(path)
50
51
52
53
+ context "which" do
54
+ it "can find things with which" do
55
+ ruby_path = ArduinoCI::Host.which("ruby")
56
+ expect(ruby_path).not_to be nil
57
+ expect(ruby_path.include? "ruby").to be true
58
+ end
59
60
+
61
0 commit comments