vim-rspec icon indicating copy to clipboard operation
vim-rspec copied to clipboard

Beautiful rspec output in vim.

Results 8 vim-rspec issues
Sort by recently updated
recently updated
newest added

On ubuntu 16.04 `map :RunSpecLine` doesn't work. Tried also `nnoremap l :RunSpecLine` but it doesn't work either. `invalid option: -l` `Please use --help for a listing of valid options`

Line number option `-l` is no longer available in rspec 3.x. This solution is working with rspec 2.x as well.

Was made refactoring of Ruby and VimL parts. Also moved to using `nokogiri` instead `hpricot` gem because of ending of the last one. I am very confident with ruby part...

I get this error when I run `:RunSpec` from vim: ``` /Users/lyahdav/.rvm/gems/ruby-2.1.4/gems/bundler-1.10.6/lib/bundler/definition.rb:412:in `validate_ruby!': Your Ruby version is 2.0.0, but your Gemfile specified 2.1.4 (Bundler::RubyVersionMismatch) ``` My default RVM ruby is...

# Environment - vim-rspec version: last available one (cf7eb2fe54d5adf5dcc0a13d680ab4820765d520) - rspec version: 3.2.3 - vim version: NVIM 0.0.0-alpha+201504141749 (compiled Apr 15 2015 11:57:57) # Description Let's imagine I'm using an...

Previous command install hpricot gem into rbenv's gem directory instead of a global. It was caused by improper placement of sudo - RBENV_VERSION was set only for local user so...

When I try to run RunSpecs i receive this error.

If I have a spec like `it { should_not allow_value("a random value").for(:status_client) }` it ends up like: ![](https://dl.dropbox.com/u/71697/jing/2012-02-21_1816.png)