Removing atom-build, and extra echo in tests

pull/681/head
Konstantin Gredeskoul 2016-03-21 04:09:25 -07:00
parent 7715cc9b6a
commit 7a52fa6467
3 changed files with 1 additions and 15 deletions

View File

@ -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
.gitignore vendored
View File

@ -1,3 +1,4 @@
.atom-build.json
*/enabled/* */enabled/*
.DS_Store .DS_Store
custom/* custom/*

View File

@ -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' ]]
} }