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)
|
2013-09-14 14:46:47 -04:00
|
|
|
expect(system('bash ./build')).to be_true
|
2013-09-14 14:42:27 -04:00
|
|
|
end
|
|
|
|
end
|