vim-polyglot/spec/build_spec.rb

9 lines
184 B
Ruby
Raw Normal View History

2013-09-14 14:42:27 -04:00
$plugin_path = File.expand_path('../..', __FILE__)
describe 'build script' do
it 'should run and return success code' do
Dir.chdir($plugin_path)
system('./build')
end
end