Removing atom-build, and extra echo in tests
parent
7715cc9b6a
commit
7a52fa6467
|
|
@ -1,14 +0,0 @@
|
||||||
{
|
|
||||||
"cmd": "test/run",
|
|
||||||
"name": "Run All Tests",
|
|
||||||
"args": [ ],
|
|
||||||
"keymap": "ctrl-r",
|
|
||||||
"sh": true,
|
|
||||||
"errorMatch": [
|
|
||||||
"rspec (?<file>[\\/0-9a-zA-Z\\._]+):(?<line>\\d+) #",
|
|
||||||
"# (?<file>\\./.*):(?<line>\\d+)",
|
|
||||||
"\\s+from (?<file>\\./.*):(?<line>\\d+)",
|
|
||||||
"`(require|load)': (?<file>\\./.*):(?<line>\\d+)",
|
|
||||||
"^(<file>/.*):(?<line>\\d+)"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
.atom-build.json
|
||||||
*/enabled/*
|
*/enabled/*
|
||||||
.DS_Store
|
.DS_Store
|
||||||
custom/*
|
custom/*
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,5 @@ NO_COLOR=true
|
||||||
|
|
||||||
@test "helpers search aliases" {
|
@test "helpers search aliases" {
|
||||||
run _bash-it-search-component 'plugins' 'base'
|
run _bash-it-search-component 'plugins' 'base'
|
||||||
echo "the lines are: ${output[*]}"
|
|
||||||
[[ "${lines[0]}" =~ 'plugins: base' ]]
|
[[ "${lines[0]}" =~ 'plugins: base' ]]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue