spec/lib/connection_spec.rb in flexirest-1.10.10 vs spec/lib/connection_spec.rb in flexirest-1.10.11

- old
+ new

@@ -8,10 +8,10 @@ after do Flexirest::Base._reset_configuration! @connection.reconnect end - it "should contain a Farday connection" do + it "should contain a Faraday connection" do expect(@connection.session).to be_a_kind_of(Faraday::Connection) end it "should set the Base URL to be the one passed in" do expect(@connection.session.url_prefix.to_s).to eq("http://www.example.com/")