summaryrefslogtreecommitdiffstats
path: root/spec/build_spec.rb
blob: 8e0d6ed861103fb02dc498151a21fa01d079ad80 (plain) (blame)
1
2
3
4
5
6
7
8
$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