examples/profile-attribute/controls/example.rb in inspec-2.1.81 vs examples/profile-attribute/controls/example.rb in inspec-2.1.83

- old
+ new

@@ -1,11 +1,11 @@ -# encoding: utf-8 -val_user = attribute('user', default: 'alice', description: 'An identification for the user') -val_password = attribute('password', description: 'A value for the password') - -describe val_user do - it { should eq 'bob' } -end - -describe val_password do - it { should eq 'secret' } -end +# encoding: utf-8 +val_user = attribute('user', default: 'alice', description: 'An identification for the user') +val_password = attribute('password', description: 'A value for the password') + +describe val_user do + it { should eq 'bob' } +end + +describe val_password do + it { should eq 'secret' } +end