Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Commit

Permalink
fix rspec test
Browse files Browse the repository at this point in the history
  • Loading branch information
Govinda Fichtner authored and Govinda Fichtner committed Apr 19, 2016
1 parent 1527fe8 commit c3f5ae2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builder/test/os-release_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
expect(stdout).to contain('^HYPRIOT_DEVICE="Raspberry Pi"$')
end

it "uses os-rootfs version 'HYPRIOT_OS_VERSION=\"v0.8.4\"'" do
expect(stdout).to contain('^HYPRIOT_OS_VERSION="v0.8.4"$')
it "uses os-rootfs version 'HYPRIOT_OS_VERSION=\"v0.8.5\"'" do
expect(stdout).to contain('^HYPRIOT_OS_VERSION="v0.8.5"$')
end

if ENV.fetch('TRAVIS_TAG','') != ''
Expand Down

0 comments on commit c3f5ae2

Please sign in to comment.