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

Add documenation about how to announce information with RSpec #395

Open
maxmeyer opened this issue May 7, 2016 · 3 comments
Open

Add documenation about how to announce information with RSpec #395

maxmeyer opened this issue May 7, 2016 · 3 comments

Comments

@maxmeyer
Copy link
Member

maxmeyer commented May 7, 2016

Summary

You can activate announcers via RSpec-metadata. This not documented right now.

Expected Behavior

Add documentation.

Current Behavior

No documentation about this.

Possible Solution

Add documentation

Steps to Reproduce (for bugs)

Look for documentation.

Context

Your Environment

  • Version used: latest
  • Operating System and version:
  • Link to your project:

Guidance

You can use the following template. Please add all announcers to the features/rspec/announce.feature.

Feature: Getting started with RSpec and aruba

  Background:
    Given I use the fixture "empty-app"

  Scenario: Configure Aruba via RSpec metadata

    Given a file named "spec/spec_helper.rb" with:
    """
    require 'aruba/rspec'
    """
    And a file named "spec/getting_started_spec.rb" with:
    """
    require 'spec_helper'
    RSpec.describe 'Configure Aruba with RSpec', :type => :aruba do
      context 'asdf', announce: true do
        it { expect(aruba).to be }
      end
    end
    """
    When I run `rspec`
    Then the specs should all pass
@stale
Copy link

stale bot commented Nov 9, 2017

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week if no further activity occurs.

@stale stale bot added the stale These issues were closed by stalebot and need to be reviewed to see if they're still relevant. label Nov 9, 2017
@stale
Copy link

stale bot commented Nov 19, 2017

This issue has been automatically closed because of inactivity. You can support the Cucumber core team on opencollective.

@stale stale bot closed this as completed Nov 19, 2017
@mvz mvz removed the stale These issues were closed by stalebot and need to be reviewed to see if they're still relevant. label Jan 27, 2019
@mvz mvz reopened this Jan 27, 2019
@mvz
Copy link
Contributor

mvz commented Jan 1, 2020

Related to #391.

@mvz mvz modified the milestones: 1.1.0, 1.2.0 Aug 21, 2020
@mvz mvz modified the milestones: 1.1.0, 2.0.0 Jun 20, 2021
@mvz mvz modified the milestones: 2.0.0, 2.1.0 Aug 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants