Fix specs

This commit is contained in:
Adam Stankiewicz
2019-03-10 19:42:33 +01:00
parent 8b3a563bd0
commit e4f906d9a5
3 changed files with 6 additions and 10 deletions

View File

@@ -1,8 +0,0 @@
$plugin_path = File.expand_path('../..', __FILE__)
describe 'build script' do
it 'should run and return success code' do
Dir.chdir($plugin_path)
expect(system('bash ./build')).to be_true
end
end

View File

@@ -8,6 +8,10 @@ Vimrunner::RSpec.configure do |config|
# instance per test (slower, but can be easier to manage).
config.reuse_server = !ENV['REUSE_SERVER'].nil?
if Gem::Platform.local.os == "darwin"
config.reuse_server = true
end
# Decide how to start a Vim instance. In this block, an instance should be
# spawned and set up with anything project-specific.
config.start_vim do