Browse Source

lk | comment test of bike index integration

master
Louis Knapp 9 years ago
parent
commit
260874b35e
  1. 2
      spec/models/bike_spec.rb

2
spec/models/bike_spec.rb

@ -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

Loading…
Cancel
Save