Skip to content
This repository was archived by the owner on Dec 29, 2021. It is now read-only.

Commit c0c3a21

Browse files
committed
Replace skeptic by docmatic
This removes quite a few dependencies from assert_cli. ``` Removing bitflags v0.9.1 Removing bitflags v1.0.3 Removing bytecount v0.2.0 Removing cargo_metadata v0.3.3 Adding docmatic v0.1.2 Removing error-chain v0.11.0 Removing fuchsia-zircon v0.3.3 Removing fuchsia-zircon-sys v0.3.3 Removing glob v0.2.11 Removing kernel32-sys v0.2.2 Removing proc-macro2 v0.3.8 Removing pulldown-cmark v0.1.2 Removing quote v0.5.2 Removing rand v0.4.2 Removing remove_dir_all v0.5.1 Removing same-file v0.1.3 Removing semver v0.8.0 Removing semver-parser v0.7.0 Removing serde_derive v1.0.51 Removing skeptic v0.13.2 Removing syn v0.13.7 Removing tempdir v0.3.7 Removing unicode-xid v0.1.0 Removing walkdir v1.0.7 Adding which v2.0.0 Removing winapi v0.2.8 Removing winapi-build v0.1.1 ```
1 parent d3daabb commit c0c3a21

File tree

5 files changed

+7
-11
lines changed

5 files changed

+7
-11
lines changed

Cargo.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ documentation = "http://docs.rs/assert_cli/"
1010
readme = "README.md"
1111
categories = ["development-tools::testing"]
1212
keywords = ["cli", "testing", "assert", "command-line-interface"]
13-
build = "build.rs"
1413

1514
[[bin]]
1615
name = "assert_fixture"
@@ -23,11 +22,8 @@ failure_derive = "0.1"
2322
serde_json = "1.0"
2423
environment = "0.1"
2524

26-
[build-dependencies]
27-
skeptic = "0.13"
28-
2925
[dev-dependencies]
30-
skeptic = "0.13"
26+
docmatic = "0.1"
3127

3228
[badges]
3329
travis-ci = { repository = "assert-rs/assert_cli" }

README.md.skt.md

Whitespace-only changes.

build.rs

Lines changed: 0 additions & 5 deletions
This file was deleted.

tests/docmatic.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
extern crate docmatic;
2+
3+
#[test]
4+
fn test_readme() {
5+
docmatic::assert_file("README.md");
6+
}

tests/skeptic.rs

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)