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

Test content type #26

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

Commits on Dec 10, 2013

  1. Test for content type

    pezholio committed Dec 10, 2013
    Configuration menu
    Copy the full SHA
    aaa5041 View commit details
    Browse the repository at this point in the history
  2. Attempt to test the test

    pezholio committed Dec 10, 2013
    Configuration menu
    Copy the full SHA
    f8f9254 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2014

  1. Update README.md

    I updated the URL of the blog post by Anthony Eden
    Spone committed Sep 29, 2014
    Configuration menu
    Copy the full SHA
    1e5f70d View commit details
    Browse the repository at this point in the history
  2. Merge pull request jayzes#30 from Spone/patch-1

    Update README.md
    jayzes committed Sep 29, 2014
    Configuration menu
    Copy the full SHA
    de55ef8 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2014

  1. Fix link to Cucumber

    Cucumber project is now hosted at https://github.com/cucumber/cucumber
    Spone committed Oct 19, 2014
    Configuration menu
    Copy the full SHA
    e522861 View commit details
    Browse the repository at this point in the history
  2. Merge pull request jayzes#31 from Spone/patch-1

    Fix link to Cucumber
    kalys committed Oct 19, 2014
    Configuration menu
    Copy the full SHA
    0cc7047 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2015

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

Commits on Aug 1, 2015

  1. Merge pull request jayzes#34 from daleki/master

    update rspec should syntax to v3 expect syntax
    kalys committed Aug 1, 2015
    Configuration menu
    Copy the full SHA
    69a5e73 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2015

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

Commits on Aug 5, 2015

  1. Add support for PATCH requests

    Nick Maher authored and kalys committed Aug 5, 2015
    Configuration menu
    Copy the full SHA
    49872d6 View commit details
    Browse the repository at this point in the history
  2. Revert version

    Fix cucumber feature title
    kalys committed Aug 5, 2015
    Configuration menu
    Copy the full SHA
    d395192 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2015

  1. Update to the latest classes

    This removes a deprivation warning that makes the running of tests look
    messy. And we want our cucumber warnings to run slick and
    professionally.
    edenvicary committed Aug 28, 2015
    Configuration menu
    Copy the full SHA
    9b5d393 View commit details
    Browse the repository at this point in the history
  2. Update Cucumber and Rspec

    This also requires some updates on the tests, to remove deprecations
    and clean up the cucumber results.
    edenvicary committed Aug 28, 2015
    Configuration menu
    Copy the full SHA
    a0f1269 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2015

  1. Merge pull request jayzes#37 from cvcnetwork/update-rspec

    Update Cucumber and Rspec
    jayzes committed Aug 31, 2015
    Configuration menu
    Copy the full SHA
    99e7e9d View commit details
    Browse the repository at this point in the history
  2. Merge pull request jayzes#36 from cvcnetwork/clean-warnings

    Update to the latest classes
    jayzes committed Aug 31, 2015
    Configuration menu
    Copy the full SHA
    0a27007 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2015

  1. Highlight Ruby and Gherkin syntax in README.md.

    Kirill Zhukov committed Sep 24, 2015
    Configuration menu
    Copy the full SHA
    194f57a View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2015

  1. Merge pull request jayzes#39 from kirillzhukov-cc/patch-1

    Highlight Ruby and Gherkin syntax in README.md.
    jayzes committed Sep 25, 2015
    Configuration menu
    Copy the full SHA
    190d093 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2017

  1. Bump version to 0.2.0

    Jay Zeschin committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    794c8c1 View commit details
    Browse the repository at this point in the history
  2. Remove stub RVM configuration

    Jay Zeschin committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    eb119a6 View commit details
    Browse the repository at this point in the history
  3. Bump version to 0.14.0

    Jay Zeschin committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    854a4ba View commit details
    Browse the repository at this point in the history
  4. Modernize the list of Ruby versions to test against

    Jay Zeschin committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    431da77 View commit details
    Browse the repository at this point in the history
  5. Add LICENSE file

    Jay Zeschin committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    f40aef7 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2018

  1. fix "the JSON response should be"

    basically just a typo. usage of wrong variable made assertion fail always.
    glaszig committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    05113bb View commit details
    Browse the repository at this point in the history
  2. Merge pull request jayzes#49 from glaszig/patch-1

    fix "the JSON response should be"
    jayzes committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    6bf71c5 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2018

  1. fix assertion argument order

    minitest assertions take the expected
    value as first, the actual value as second
    argument.
    glaszig committed Apr 19, 2018
    Configuration menu
    Copy the full SHA
    3cad2a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da0c270 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85a6801 View commit details
    Browse the repository at this point in the history
  4. Merge pull request jayzes#50 from glaszig/patch-2

    fix assertion argument order
    jayzes committed Apr 19, 2018
    Configuration menu
    Copy the full SHA
    5c55410 View commit details
    Browse the repository at this point in the history
  5. Merge pull request jayzes#51 from glaszig/fix-tests

    fix tests
    jayzes committed Apr 19, 2018
    Configuration menu
    Copy the full SHA
    82cba14 View commit details
    Browse the repository at this point in the history
  6. Merge pull request jayzes#52 from glaszig/test-rubies

    test against ruby 2.5 and ruby-head as well
    jayzes committed Apr 19, 2018
    Configuration menu
    Copy the full SHA
    61d621f View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2018

  1. Fixed a wrong example

    The step is implemented as: `/^the XML response should have "([^"]*)" with the text "([^"]*)"$/`
    rrooding committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    0e4f586 View commit details
    Browse the repository at this point in the history
  2. Merge pull request jayzes#54 from rrooding/patch-1

    Fixed a wrong example
    kalys committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    1891eb9 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. Test for content type

    pezholio authored and Floppy committed May 20, 2020
    Configuration menu
    Copy the full SHA
    e425f34 View commit details
    Browse the repository at this point in the history
  2. Attempt to test the test

    pezholio authored and Floppy committed May 20, 2020
    Configuration menu
    Copy the full SHA
    0e5a4e9 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feature-test-content-type' of github.com:Data-Liberatio…

    …n-Front/cucumber-api-steps into feature-test-content-type
    Floppy committed May 20, 2020
    Configuration menu
    Copy the full SHA
    de7cf3a View commit details
    Browse the repository at this point in the history