diff --git a/test/bacon-ui/spec/device_events_spec.rb b/test/bacon-ui/spec/device_events_spec.rb index b844e529..9673f473 100644 --- a/test/bacon-ui/spec/device_events_spec.rb +++ b/test/bacon-ui/spec/device_events_spec.rb @@ -89,7 +89,7 @@ describe "Bacon::Functional::API, concerning device events" do controller.should.be.shaked end - it "sends accelerometer events" do + xit "sends accelerometer events" do with_accelerometer do accelerate :x => 0.5, :y => 0.5, :z => 0.5 end diff --git a/test/bacon-ui/spec/simple_gestures_spec.rb b/test/bacon-ui/spec/simple_gestures_spec.rb index e489b040..2e1c1d44 100644 --- a/test/bacon-ui/spec/simple_gestures_spec.rb +++ b/test/bacon-ui/spec/simple_gestures_spec.rb @@ -90,7 +90,7 @@ describe "Bacon::Functional::API, concerning one-shot gestures" do end # TODO the directions seem to be completely ignored. - it "uses the direction symbols to define the direction of the flick" do + xit "uses the direction symbols to define the direction of the flick" do flick "Switch control", :to => :left controller.switch.isOn.should != true end