You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rails 5 changes the class name generated for mailers from looking like
`Thing` to looking like `ThingMailer`. Our cukes depend on this name,
and so break as is. Here, I've added two tags, `@pre_rails_5` and
`@post_rails_5`.
The modification to the rakefile changes how we execute cukes based on
the rails version, filtering to the correct cukes.
0 commit comments