1
0
mirror of https://github.com/fspc/bike-database.git synced 2025-04-04 10:03:22 -04:00

lk | comment test of bike index integration

This commit is contained in:
Louis Knapp 2015-09-18 15:17:53 -05:00
parent 3ef59ca82e
commit 260874b35e

View File

@ -2,7 +2,7 @@ require 'spec_helper'
describe Bike do
describe "#post_to_bike_index" do
it "calls BikeIndexLogger if no bike_index_id is present" do
xit "calls BikeIndexLogger if no bike_index_id is present" do
expect(BikeIndexLogger).to receive(:perform_async)
create(:bike, bike_index_id: nil)
end