mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-08 11:33:52 -05:00
fix: Build spec, use bash, check return status
This commit is contained in:
@@ -3,6 +3,6 @@ $plugin_path = File.expand_path('../..', __FILE__)
|
||||
describe 'build script' do
|
||||
it 'should run and return success code' do
|
||||
Dir.chdir($plugin_path)
|
||||
system('./build')
|
||||
expect(system('bash ./build')).to be_true
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user