Skip to content

Commit a2c6b43

Browse files
committed
Update spec
1 parent 240f2c5 commit a2c6b43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/app/controllers/base_controller_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
it { get '/about'; expect(last_response).to be_redirect }
1717
it { get '/en/about'; expect(last_response).to be_redirect }
1818

19-
%w[2012 2013 2014].each do |year|
19+
%w[2012 2013 2014 2015].each do |year|
2020
it { get "/#{year}"; expect(last_response).to be_redirect }
2121
it { get "/en/#{year}"; expect(last_response).to be_redirect }
2222

0 commit comments

Comments
 (0)