Skip to content

Commit

Permalink
fix unit tests broken by #100
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed Apr 8, 2019
1 parent 87448da commit 0216e5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/unit/n8l/miniconda/lsst_env_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
%w[2 3].each do |pyver|
context "py#{pyver}" do
{
Linux: "conda#{pyver}_packages-linux-64.txt",
Darwin: "conda#{pyver}_packages-osx-64.txt",
Linux: "conda#{pyver}_packages-linux-64.yml",
Darwin: "conda#{pyver}_packages-osx-64.yml",
}.each do |uname, envfile|
it uname do
stubbed_env.stub_command('uname').outputs(uname)
Expand Down

0 comments on commit 0216e5d

Please sign in to comment.