change the spec so that we do not have to change it everytime we bump to a new version

did committed May 19, 2015
commit 45925cb82ddf043ba2ff74ea52202fd2f316f141
Showing 1 changed file with 1 additions and 1 deletions
spec/integration/cli_spec.rb +1 -1
@@ @@ -10,7 +10,7 @@ describe Locomotive::Wagon::CLI do
describe '#version' do
let(:command) { Locomotive::Wagon::CLI::Main.start(['version']) }
- it { is_expected.to eq '2.0.0-alpha.1' }
+ it { is_expected.to match /^2.0.0/ }
end