mirror of
https://github.com/samsonjs/instapaper.git
synced 2026-04-11 11:45:59 +00:00
a couple breaking changes as part of this: * the api version can no longer be set via configuration (since the API itself now supports more than one version 1 and 1.1 this no longer makes sense) * removed module based support, all requests will require an Instapaper::Client from now on * removed path_prefix configuration for same reasons that the api version was removed
5 lines
100 B
Ruby
5 lines
100 B
Ruby
require 'spec_helper'
|
|
|
|
describe Instapaper::Client do
|
|
let(:client) { Instapaper::Client.new }
|
|
end
|