diff options
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/names_helper_spec.rb | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/spec/names_helper_spec.rb b/spec/names_helper_spec.rb deleted file mode 100644 index 6886cad..0000000 --- a/spec/names_helper_spec.rb +++ /dev/null @@ -1,12 +0,0 @@ -require 'spec_helper' -require 'names_helper' - -describe NamesHelper do - include NamesHelper - - describe :extract_ref_name do - it { expect(extract_ref_name('refs/heads/awesome-feature')).to eq('awesome-feature') } - it { expect(extract_ref_name('refs/tags/v2.2.1')).to eq('v2.2.1') } - it { expect(extract_ref_name('refs/tags/releases/v2.2.1')).to eq('releases/v2.2.1') } - end -end |
