spec/config_spec.rb in jp_prefecture-0.7.0 vs spec/config_spec.rb in jp_prefecture-0.8.0
- old
+ new
@@ -9,10 +9,10 @@
@config = described_class.new
@config.mapping_data = YAML.load_file filepath
end
it '都道府県+海外の数が48であること' do
- @config.mapping_data.count.should eq 48
+ expect(@config.mapping_data.count).to eq 48
end
end
end
end