spec/flipper/ui_spec.rb in flipper-ui-1.0.0.pre vs spec/flipper/ui_spec.rb in flipper-ui-1.0.0

- old
+ new

@@ -34,10 +34,10 @@ it 'returns a String' do expect(build_app(flipper).inspect).to eq("Flipper::UI") end end - # See https://github.com/jnunemaker/flipper/issues/80 + # See https://github.com/flippercloud/flipper/issues/80 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)