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

Roll up of changes from 3 github repos #16

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

Commits on Oct 3, 2011

  1. Fixed teardown bug

    The test for teardown looked for teardown/0, but attempted to call
    teardown/1. This fix looks for teardown/1 as well
    Knut O. Hellan committed Oct 3, 2011
    Configuration menu
    Copy the full SHA
    b9e2721 View commit details
    Browse the repository at this point in the history
  2. Bugfix typo

    Attempted to call a function in cucumber_parser. Corrected this to 
    cucuberl_parser.
    Knut O. Hellan committed Oct 3, 2011
    Configuration menu
    Copy the full SHA
    331e7b7 View commit details
    Browse the repository at this point in the history
  3. Color coding output

    Red for indicating failure
    Green for indicating normal
    Knut O. Hellan committed Oct 3, 2011
    Configuration menu
    Copy the full SHA
    983c509 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2011

  1. Ignoring test tmp dir and vi swp-files

    Knut O. Hellan committed Oct 12, 2011
    Configuration menu
    Copy the full SHA
    7b2ec5d View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2011

  1. Configuration menu
    Copy the full SHA
    94821b6 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2011

  1. Fixed bug in call_teardown function

    * Verified if a teardown/0 function was exported
    in the callback module. But it must be teardown/1
    Farruco Sanjurjo committed Dec 20, 2011
    Configuration menu
    Copy the full SHA
    3f2cca6 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2012

  1. Fixing incorrect module reference

    Henry Garner committed Jan 3, 2012
    Configuration menu
    Copy the full SHA
    77ed34a View commit details
    Browse the repository at this point in the history
  2. Merge git://github.com/madtrick/cucumberl

    Henry Garner committed Jan 3, 2012
    Configuration menu
    Copy the full SHA
    eab9149 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2012

  1. Feature scenario setup support

    Add support for scenario_setup functions that is run at the beginning of
    each scenario.
    Knut O. Hellan committed Mar 6, 2012
    Configuration menu
    Copy the full SHA
    c65b27d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'membase_original' into head_merge

    Knut O. Hellan committed Mar 6, 2012
    Configuration menu
    Copy the full SHA
    60d43c4 View commit details
    Browse the repository at this point in the history
  3. Add colorization

    Add red color to the not implemented message
    Knut O. Hellan committed Mar 6, 2012
    Configuration menu
    Copy the full SHA
    321d6a6 View commit details
    Browse the repository at this point in the history
  4. Bugfix set default text color at the end

    Knut O. Hellan committed Mar 6, 2012
    Configuration menu
    Copy the full SHA
    a15244e View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2012

  1. Bugfix scenario setup

    Keeps scenario setup result in State
    Knut O. Hellan committed Apr 23, 2012
    Configuration menu
    Copy the full SHA
    32c197c View commit details
    Browse the repository at this point in the history
  2. New rebar from basho

    Knut O. Hellan committed Apr 23, 2012
    Configuration menu
    Copy the full SHA
    d3c3d50 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2012

  1. Configuration menu
    Copy the full SHA
    edad35f View commit details
    Browse the repository at this point in the history
  2. Makefile uses local rebar

    Removed colorization
    Removed redundant cucumber_parser.erl
    rambocoder committed Aug 2, 2012
    Configuration menu
    Copy the full SHA
    50cf192 View commit details
    Browse the repository at this point in the history