bats/options.bats in markdown_exec-2.5.0 vs bats/options.bats in markdown_exec-2.6.0
- old
+ new
@@ -89,9 +89,9 @@
spec_mde_args_expect --tab-completions \
'--find --find-path'
}
@test 'Options - version' {
- version=$(grep VERSION "$PROJECT_ROOT/lib/markdown_exec/version.rb" | cut -d "'" -f 2)
+ version=$(grep VERSION "lib/markdown_exec/version.rb" | cut -d "'" -f 2)
spec_mde_args_expect --version \
"$version"
}