Skip to content

Commit a9b9979

Browse files
authored
Merge pull request #1411 from alexjfisher/rename_type_alias_tests
Rename type alias tests to end `_spec.rb`
2 parents 6323a56 + a8c2c80 commit a9b9979

6 files changed

+0
-1
lines changed
File renamed without changes.
File renamed without changes.

spec/type_aliases/upstreamzone.rb renamed to spec/type_aliases/upstreamzone_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
require 'spec_helper'
22

33
describe 'Nginx::UpstreamZone' do
4-
it { is_expected.to compile.with_all_deps }
54
it { is_expected.to allow_value('live 64k') }
65
it { is_expected.to allow_value('live 64K') }
76
it { is_expected.to allow_value('stage 1m') }

0 commit comments

Comments
 (0)