spec/flipper/ui_spec.rb in flipper-ui-1.1.2 vs spec/flipper/ui_spec.rb in flipper-ui-1.2.0

- old
+ new

@@ -40,10 +40,10 @@ it 'can route features with names that match static directories' do post 'features/refactor-images/actors', { 'value' => 'User;6', 'operation' => 'enable', 'authenticity_token' => token }, 'rack.session' => session expect(last_response.status).to be(302) - expect(last_response.headers['Location']).to eq('/features/refactor-images') + expect(last_response.headers['location']).to eq('/features/refactor-images') end describe 'configure' do it 'yields configuration instance' do described_class.configure do |config|