diff options
Diffstat (limited to 'spec/build_spec.rb')
-rw-r--r-- | spec/build_spec.rb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/spec/build_spec.rb b/spec/build_spec.rb deleted file mode 100644 index 9bdc5c48..00000000 --- a/spec/build_spec.rb +++ /dev/null @@ -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 |