We should'nt see any notice produced about membership produced by the check_membership filter (in app_controller) in the new subscription view, because of the skip_filter in SubscriptionsController.
Anyway, when a user has a notification about its membership (for example, when the trial period ends soon), this notification contains a link to new_subscription_path. When you click on this link, there is a notice in the flash object, that is displayed by the new subscription view, but should'nt be displayed.
We should'nt see any notice produced about membership produced by the check_membership filter (in app_controller) in the new subscription view, because of the skip_filter in SubscriptionsController.
Anyway, when a user has a notification about its membership (for example, when the trial period ends soon), this notification contains a link to new_subscription_path. When you click on this link, there is a notice in the flash object, that is displayed by the new subscription view, but should'nt be displayed.