Skip to content

Commit

Permalink
Move tests from spec/ to test/
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Feb 22, 2017
1 parent 694f965 commit 0d83e1f
Show file tree
Hide file tree
Showing 19 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .rspec
@@ -1,2 +1,2 @@
--format documentation
--color
--require spec_helper
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Expand Up @@ -7,7 +7,7 @@
subject(:config) { Yast::CM::CFA::Minion.new }

before do
stub_const("Yast::CM::CFA::Minion::PATH", "spec/fixtures/salt/minion")
stub_const("Yast::CM::CFA::Minion::PATH", FIXTURES_PATH.join("salt", "minion"))
config.load
end

Expand Down
Expand Up @@ -7,7 +7,7 @@
subject(:config) { Yast::CM::CFA::Puppet.new }

before do
stub_const("Yast::CM::CFA::Puppet::PATH", "spec/fixtures/puppet/puppet.conf")
stub_const("Yast::CM::CFA::Puppet::PATH", FIXTURES_PATH.join("puppet", "puppet.conf"))
config.load
end

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0d83e1f

Please sign in to comment.