Skip to content

Commit

Permalink
have test arch agnostic
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Oct 8, 2014
1 parent 3d796d3 commit 5d5164d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/device_mapping_test.rb
Expand Up @@ -9,6 +9,7 @@
before do
# always invalidate cache to use new mocks
allow(subject.instance).to receive(:cache_valid?).and_return false
allow(Yast::Arch).to receive(:ppc).and_return(false)
end

describe ".to_kernel_device" do
Expand Down

0 comments on commit 5d5164d

Please sign in to comment.