9 lines
242 B
Ruby
9 lines
242 B
Ruby
require "vimbot"
|
|
|
|
PLUGIN_ROOT = File.expand_path("../..", __FILE__)
|
|
VIM_REPEAT_PATH = File.expand_path("spec/fixtures/repeat.vim", PLUGIN_ROOT)
|
|
|
|
RSpec.configure do |c|
|
|
c.alias_it_should_behave_like_to :it_has_behavior, 'has behavior:'
|
|
end
|
|
|