We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18b818c commit a5491daCopy full SHA for a5491da
tests/test-rust-setup.el
@@ -63,10 +63,10 @@
63
(flycheck-rust-find-cargo-target (crate-file "src/bin/b.rs"))
64
:to-equal '("bin" . "b")))
65
66
- (it "'src/bin/support/mod.rs' to the 'b' binary target"
+ (it "'src/bin/support/mod.rs' to any binary target"
67
(expect
68
(flycheck-rust-find-cargo-target (crate-file "src/bin/support/mod.rs"))
69
- :to-equal '("bin" . "b")))
+ :to-equal-one-of '("bin". "a") '("bin". "b")))
70
71
(it "'tests/a.rs' to the 'a' test target"
72
0 commit comments