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
The bare `*` is ambiguous, so I added parens to make it unambiguous.
Also I removed some unused assignments.
I don't know how to turn on warnings for RSpec, so I just ran the tests
like this:
```
RUBYOPT=-w be rake spec
```
0 commit comments