spec/global_spec.rb in countries-2.0.0.pre.2 vs spec/global_spec.rb in countries-2.0.0.pre.3
- old
+ new
@@ -1,6 +1,6 @@
- describe 'global Country class' do
+ describe 'global Country class', order: :defined do
context "when loaded via 'iso3166' existance" do
subject { defined?(Country) }
it { is_expected.to be_falsey }
end
@@ -24,6 +24,6 @@
it 'should return the country name' do
expect(Country.new('GB').to_s).to eq('United Kingdom')
end
end
end
- end
\ No newline at end of file
+ end