Skip to content

Commit 3a917ae

Browse files
authored
Push a new travis build
1 parent da2245f commit 3a917ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/defines/008_elasticsearch_role_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class { 'elasticsearch': }
3939

4040
context 'with an invalid role name' do
4141
context 'too long' do
42-
let(:title) { 'A' * 41 }
42+
let(:title) { 'A' * 41 }
4343
it { should raise_error(Puppet::Error, /expected length/i) }
4444
end
4545
end

0 commit comments

Comments
 (0)