spec/gares/station_spec.rb in gares-2.0.0.pre.1 vs spec/gares/station_spec.rb in gares-2.0.0.pre.2

- old
+ new

@@ -55,10 +55,10 @@ it { expect(subject.wifi?).to be(false) } it { expect(subject.defibrillator?).to be(false) } end describe 'a gare with no sales services' do - it { expect(subject.has_borne?).to be(false) } + it { expect(subject.has_borne?).to be(true) } end end end end