aboutsummaryrefslogtreecommitdiffhomepage
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
authorMarkus Doits <markus.doits@stellenticket.de>2016-08-11 17:09:34 +0200
committerMarkus Doits <markus.doits@stellenticket.de>2016-08-11 17:09:34 +0200
commit126fe1e2579c3fc33a410278c73dc6620d5d3110 (patch)
tree5ebc82d855f8e8398902a7b65c03a04f08209185 /spec/spec_helper.rb
parent156f8167360fffc318b47b797e7619beb21b0ff3 (diff)
downloadpronto-hlint-126fe1e2579c3fc33a410278c73dc6620d5d3110.tar.gz
pronto-hlint-126fe1e2579c3fc33a410278c73dc6620d5d3110.tar.zst
pronto-hlint-126fe1e2579c3fc33a410278c73dc6620d5d3110.zip
correct name according to recommended use of `_` and `-`
http://guides.rubygems.org/name-your-gem/
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 66266cc..23f22e8 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,6 +1,6 @@
1require 'rspec' 1require 'rspec'
2require 'rspec/its' 2require 'rspec/its'
3require 'pronto/eslint-npm' 3require 'pronto/eslint_npm'
4 4
5%w(test eslintignore).each do |repo_name| 5%w(test eslintignore).each do |repo_name|
6 RSpec.shared_context "#{repo_name} repo" do 6 RSpec.shared_context "#{repo_name} repo" do