link_thumbnailer 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -94,10 +94,10 @@ describe LinkThumbnailer do
94
94
  context "and valid" do
95
95
 
96
96
  before do
97
- stub_request(:get, "http://zerply.com/").to_return(:status => 200, :body => og_example, :headers => {})
97
+ stub_request(:get, "http://foo.com/").to_return(:status => 200, :body => og_example, :headers => {})
98
98
  end
99
99
 
100
- subject { LinkThumbnailer.generate('http://zerply.com') }
100
+ subject { LinkThumbnailer.generate('http://foo.com') }
101
101
 
102
102
  it { should_not be_nil }
103
103
  it { should be_valid }
@@ -124,10 +124,10 @@ describe LinkThumbnailer do
124
124
  context "and valid" do
125
125
 
126
126
  before do
127
- stub_request(:get, "http://zerply.com/").to_return(:status => 200, :body => og_example, :headers => {})
127
+ stub_request(:get, "http://foo.com/").to_return(:status => 200, :body => og_example, :headers => {})
128
128
  end
129
129
 
130
- subject { LinkThumbnailer.generate('http://zerply.com') }
130
+ subject { LinkThumbnailer.generate('http://foo.com') }
131
131
 
132
132
  it { should_not be_nil }
133
133
  it { should be_valid }
data/spec/spec_helper.rb CHANGED
@@ -1,4 +1,3 @@
1
- require 'rails'
2
1
  require 'rspec'
3
2
  require 'webmock/rspec'
4
3
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: link_thumbnailer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: