We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28f004e commit f93c1c1Copy full SHA for f93c1c1
spec/pages/find_spec.rb
@@ -4,7 +4,7 @@
4
describe 'Page' do
5
let(:existing_page_id) { '1191441824276882' }
6
let(:unknown_page_id) { 'does-not-exist' }
7
- let(:website_url) { 'https://www.facebook.com/pg/FoxMovies/videos/?ref=page_internal' }
+ let(:website_url) { 'http://www.imdb.com/title/tt2015381/' }
8
9
describe '.find(page_id)' do
10
let(:page) { Funky::Page.find(page_id) }
@@ -34,7 +34,7 @@
34
context 'given a website url was passed' do
35
let(:page_id) { website_url }
36
37
- it { expect { page }.to raise_error Funky::ContentNotFound }
+ it { expect { page }.to raise_error(Funky::ContentNotFound) }
38
end
39
40
0 commit comments