Skip to content

Commit 04bb05f

Browse files
committed
Fix class names in unit tests
1 parent 7b28d12 commit 04bb05f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

spec/classes/profile/common/packages_spec.rb

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

3-
describe 'profile::common::packages' do
3+
describe 'Profile::Common::Packages' do
44
include_context 'clean room'
55

66
packages = {

spec/classes/profile/example_spec.rb

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

3-
describe 'profile::example' do
3+
describe 'Profile::Example' do
44
include_context 'clean room'
55

66
on_supported_os.each do |os, os_facts|

spec/functions/profile/banner_spec.rb

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

3-
describe 'profile::banner' do
3+
describe 'Profile::Banner' do
44
include_examples 'clean room'
55

66
it { is_expected.to run.and_return(%r{managed by puppet}i) }

0 commit comments

Comments
 (0)