Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter out annoying warnings on Cucumber step files #12

Merged
merged 1 commit into from Dec 5, 2011
Merged

Filter out annoying warnings on Cucumber step files #12

merged 1 commit into from Dec 5, 2011

Commits on Dec 5, 2011

  1. filter out annoying warnings on cucumber steps

    This patch filters out annoying warnings about "ambiguous first argument" that occur on typically formatted Cucumber step definitions like the following:
    
    Given /^I am logged in$/ do
      pending
    end
    
    These are particularly annoying since the cursor gets moved to the first occurence of the warning every time you save.
    Gabriel Gilder committed Dec 5, 2011
    Copy the full SHA
    f932a15 View commit details
    Browse the repository at this point in the history