Skip to content

Commit

Permalink
commented out specs work with latest boson
Browse files Browse the repository at this point in the history
  • Loading branch information
cldwalker committed Mar 9, 2012
1 parent bc147dd commit f4efe60
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.description = "Search your vim keybindings precisely by keystroke, mode, description or where they came from. Search vim options by name, alias and description."
s.required_rubygems_version = ">= 1.3.6"
s.executables = %w(vimdb)
s.add_dependency 'boson', '~> 1.0'
s.add_dependency 'boson', '>= 1.1.1'
s.add_dependency 'hirb', '~> 0.6.0'
s.add_development_dependency 'minitest', '~> 2.5.1'
s.add_development_dependency 'bahia', '~> 0.3.0'
Expand Down
3 changes: 0 additions & 3 deletions spec/keys_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
end

it "doesn't list not used keys" do
skip 'fix multi-word'
vimdb "keys '^not used$' -f=desc -r"
stdout.must_match /^0 rows/
end
Expand All @@ -77,15 +76,13 @@
end

it "lists keys with no tabs and no description" do
skip 'fix multi-word'
vimdb "keys 'C-r C-r'"
stdout.must_include <<-STR
| C-r C-r {0-9a-z"%#*:=} | i | default | insert the contents of a register literally |
STR
end

it "lists keys with no tabs but a description" do
skip 'fix multi-word'
vimdb "keys 'C-v {number}'"
stdout.must_include <<-STR
| C-v {number} | i | default | insert three digit decimal number as a single byte. |
Expand Down

0 comments on commit f4efe60

Please sign in to comment.