Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
jiikko committed Jul 29, 2021
1 parent 80e5a2a commit f808a2b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/lib/procon_bypass_man/configuration_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,9 @@ def self.binaries; ['a']; end
layer :up do
flip :zr, if_pressed: [:y]
remap :zr, to: [:y]
flip :y, if_pressed: [:y]
flip :l, if_pressed: [:zr]
flip :r, if_pressed: [:y]
end
end
expect(ProconBypassMan::Configuration.instance.valid?).to eq(false)
Expand Down

0 comments on commit f808a2b

Please sign in to comment.