describe "the current filter" do
    it "defaults to the first one on the list" do
      get :index
      expect(response.body).to eq("all (all pending reviewed)")
    end