spec/app_spec.rb in schnitzelpress-0.0.13 vs spec/app_spec.rb in schnitzelpress-0.1.0
- old
+ new
@@ -40,10 +40,10 @@
get '/feed'
end
subject { last_response }
it { should be_redirect }
- its(:status) { should == 302 }
+ its(:status) { should == 307 }
specify { subject["Location"].should == 'http://feeds.feedburner.com/example_org' }
end
describe 'viewing a single post' do
context 'when the post has multiple slugs' do