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 240f2c5 commit a2c6b43Copy full SHA for a2c6b43
spec/app/controllers/base_controller_spec.rb
@@ -16,7 +16,7 @@
16
it { get '/about'; expect(last_response).to be_redirect }
17
it { get '/en/about'; expect(last_response).to be_redirect }
18
19
- %w[2012 2013 2014].each do |year|
+ %w[2012 2013 2014 2015].each do |year|
20
it { get "/#{year}"; expect(last_response).to be_redirect }
21
it { get "/en/#{year}"; expect(last_response).to be_redirect }
22
0 commit comments