Aruba v0.2.0 Release Notes

    • ➕ Added aruba.gemspec. ([dchelimsky])
    • Several step definitions regarding output have changed. ([#1], [aslakhellesoy])

      - /^I should see "([^\"]*)"$/
      + /^the output should contain "([^"]*)"$/
      
      - /^I should not see "([^\"]*)"$/
      + /^the output should not contain "([^"]*)"$/
      
      - /^I should see:$/
      + /^the output should contain:$/
      
      - /^I should not see:$/
      + /^the output should not contain:$/
      
      - /^I should see exactly "([^\"]*)"$/
      + /^the output should contain exactly "([^"]*)"$/
      
      - /^I should see exactly:$/
      + /^the output should contain exactly:$/
      
      - /^I should see matching \/([^\/]*)\/$/
      + /^the output should match \/([^\/]*)\/$/
      
      - /^I should see matching:$/
      + /^the output should match:$/