spec/lib/whipped-cream/cli_spec.rb in whipped-cream-0.1.0 vs spec/lib/whipped-cream/cli_spec.rb in whipped-cream-0.1.1
- old
+ new
@@ -10,10 +10,10 @@
let(:plugin_filename) { File.join(tmpdir, "garage.rb") }
let(:plugin_string) {
<<-PLUGIN
name "Garage"
- button "Open/Close", pin: 1
+ button "Open/Close", pin: 4
PLUGIN
}
let(:pi_address) { "192.168.0.123" }
let(:tmpdir) { Dir.mktmpdir }