浏览代码

Fix test

tags/v0.4.5
Adrian Short 6 年前
父节点
当前提交
11a6ac9d02
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      spec/authority_spec.rb

+ 1
- 1
spec/authority_spec.rb 查看文件

@@ -28,7 +28,7 @@ describe UKPlanningScraper::Authority do
let(:all) { described_class.all }

it 'returns all authorities' do
expect(all.count).to eq(71)
expect(all.count).to eq(73)
end

it 'returns a list of authorities' do


正在加载...
取消
保存