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
{{ message }}
This repository has been archived by the owner on May 28, 2019. It is now read-only.
Feature: using Guard API
In order to reuse existing Guard functionality
As a user
I want to call Guard API without Guard
Background: Guard is installed through bundlerGiven my Gemfile includes "gem 'rake'"And Guard is bundled using source
# (...)
Is Background#feature supposed to be available?
I can work around this - I just wanted to report this and/or find out what's recommended/etc.
The text was updated successfully, but these errors were encountered:
Hi!
I'm trying to make my custom formatter to work again, but feature is nil here: https://github.com/guard/guard-cucumber/blob/master/lib/guard/cucumber/notification_formatter.rb#L47
(I'm using cucumber 2.0 and gherkin 2.12.2)
My feature file is pretty standard:
Is
Background#feature
supposed to be available?I can work around this - I just wanted to report this and/or find out what's recommended/etc.
The text was updated successfully, but these errors were encountered: