spec/spec_helper.rb in ffi-hunspell-0.2.0 vs spec/spec_helper.rb in ffi-hunspell-0.2.2

- old
+ new

@@ -1,5 +1,7 @@ +gem 'rspec', '~> 2.4.0' require 'rspec' + require 'ffi/hunspell' include FFI RSpec.configure do |specs|