Skip to content

Commit

Permalink
Move capture-runner into tests/fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
bbqsrc committed Oct 8, 2020
1 parent c54d3b1 commit 70d91c7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,10 @@ harness = true
edition = "2018"

[dev-dependencies]
capture-runner = { path = "capture-runner" }
capture-runner = { path = "tests/fixtures/capture-runner" }
serial_test = "0.5.0"

[workspace]
members = ["capture-runner"]
members = ["tests/fixtures/capture-runner"]
default-members = ["."]

Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ edition = "2018"

[dependencies]
async-trait = "0.1.40"
cucumber_rust = { path = ".." }
cucumber_rust = { path = "../../.." }
futures = "0.3.5"
File renamed without changes.
File renamed without changes.

0 comments on commit 70d91c7

Please sign in to comment.