spec/spec_helper.rb in zemanta_client-0.0.8 vs spec/spec_helper.rb in zemanta_client-0.0.9

- old
+ new

@@ -1,10 +1,11 @@ require 'zemanta' require 'webmock/rspec' require 'json' Zemanta.configure do |c| - c.api_key = 'fake_key' + c.api_key = 'fake_key' + c.character_limit = 20000 end # This file was generated by the `rspec --init` command. Conventionally, all # specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`. # Require this file using `require "spec_helper"` to ensure that it is only # loaded once.