Getting Bash-it to use the vendored composure

Fixed tests
Fixed install.sh and bash_it.sh
Added gitattributes to the vendor folder
Changed documentation
This commit is contained in:
buhl
2021-01-28 22:54:12 +01:00
parent a0b6c4993a
commit 49d7d2e8c4
27 changed files with 306 additions and 677 deletions

View File

@@ -1,9 +1,9 @@
#!/usr/bin/env bats
load ../test_helper
load ../../lib/composure
load "${BASH_IT}/vendor/github.com/erichs/composure/composure.sh"
@test "lib composure: composure_keywords()" {
run composure_keywords
@test "lib composure: _composure_keywords()" {
run _composure_keywords
assert_output "about author example group param version"
}

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bats
load ../test_helper
load ../../lib/composure
load "${BASH_IT}/vendor/github.com/erichs/composure/composure.sh"
load ../../lib/log
load ../../lib/utilities
load ../../lib/search

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bats
load ../test_helper
load ../../lib/composure
load "${BASH_IT}/vendor/github.com/erichs/composure/composure.sh"
load ../../lib/appearance
load ../../plugins/available/base.plugin

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bats
load ../test_helper
load ../../lib/composure
load "${BASH_IT}/vendor/github.com/erichs/composure/composure.sh"
load ../../lib/log
load ../../lib/helpers
load ../../lib/utilities

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bats
load ../test_helper
load ../../lib/composure
load "${BASH_IT}/vendor/github.com/erichs/composure/composure.sh"
load ../../lib/helpers
load ../../lib/utilities
load ../../lib/search