summaryrefslogtreecommitdiff
path: root/spec/integration/js
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-08-17 16:23:28 -0600
committermo khan <mo.khan@gmail.com>2020-08-18 09:27:34 -0600
commita54789bcfe9e05ab42dfb6e03457279384e343fe (patch)
tree9f0ad8087db423cf57b1e96451a0c977422a50d7 /spec/integration/js
parent24695063d1ba9a73ba92a44fae0813d5492cf29c (diff)
Update license_finder to 6.8.1
* Update CHANGELOG * Add default retry for all jobs * Ensure all deb packages are built
Diffstat (limited to 'spec/integration/js')
-rw-r--r--spec/integration/js/bower_spec.rb2
-rw-r--r--spec/integration/js/npm_spec.rb2
-rw-r--r--spec/integration/js/yarn_spec.rb2
3 files changed, 6 insertions, 0 deletions
diff --git a/spec/integration/js/bower_spec.rb b/spec/integration/js/bower_spec.rb
index 227718e..1bb366e 100644
--- a/spec/integration/js/bower_spec.rb
+++ b/spec/integration/js/bower_spec.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
require 'spec_helper'
RSpec.describe "bower" do
diff --git a/spec/integration/js/npm_spec.rb b/spec/integration/js/npm_spec.rb
index a8dd2d4..8ab5be6 100644
--- a/spec/integration/js/npm_spec.rb
+++ b/spec/integration/js/npm_spec.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
require 'spec_helper'
RSpec.describe "npm" do
diff --git a/spec/integration/js/yarn_spec.rb b/spec/integration/js/yarn_spec.rb
index d81564c..5b1f9c5 100644
--- a/spec/integration/js/yarn_spec.rb
+++ b/spec/integration/js/yarn_spec.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
require 'spec_helper'
RSpec.describe "yarn" do