Skip to content

Commit

Permalink
mv spec/classes/ -> spec/unit/classes/
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Hoblitt committed Nov 9, 2013
1 parent 5e76a45 commit d7f1875
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
require 'puppetlabs_spec_helper/module_spec_helper'
require 'rspec-puppet-augeas'

fixture_path = File.expand_path(File.join(__FILE__, '..', 'fixtures'))

RSpec.configure do |c|
c.module_path = File.join(fixture_path, 'modules')
c.manifest_dir = File.join(fixture_path, 'manifests')
c.augeas_fixtures = File.join(fixture_path, 'augeas')
c.augeas_fixtures = File.expand_path(File.join(__FILE__, '..', 'fixtures', 'augeas'))
end
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'spec_helper'

describe 'mdadm::config' do
describe 'mdadm::config', :type => :class do
context 'no params' do
it { should include_class('mdadm::config') }
end
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit d7f1875

Please sign in to comment.