Commit d100f843 authored by winniehell's avatar winniehell

Remove unnecessary IIFE from build_spec

parent aae82d76
...@@ -9,8 +9,7 @@ ...@@ -9,8 +9,7 @@
//= require jquery.nicescroll //= require jquery.nicescroll
//= require turbolinks //= require turbolinks
(() => { describe('Build', () => {
describe('Build', () => {
// see spec/factories/ci/builds.rb // see spec/factories/ci/builds.rb
const BUILD_TRACE = 'BUILD TRACE'; const BUILD_TRACE = 'BUILD TRACE';
// see lib/ci/ansi2html.rb // see lib/ci/ansi2html.rb
...@@ -187,5 +186,4 @@ ...@@ -187,5 +186,4 @@
}); });
}); });
}); });
}); });
})();
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment