Remove Jekyll config

This commit is contained in:
Kamil Kokot
2019-01-21 13:09:45 +01:00
parent 0cb6404558
commit 5c44606840
4 changed files with 0 additions and 39 deletions

1
docs/.gitignore vendored
View File

@@ -1 +0,0 @@
/Gemfile.lock

View File

@@ -1,2 +0,0 @@
source 'https://rubygems.org'
gem 'github-pages', group: :jekyll_plugins

View File

@@ -1,4 +0,0 @@
theme: jekyll-theme-minimal
title: SymfonyExtension
description: "🎼 Integrates Behat with Symfony."
repository: FriendsOfBehat/SymfonyExtension

View File

@@ -1,32 +0,0 @@
<p align="center">
<img src="https://avatars2.githubusercontent.com/u/20600343" /><br/>
</p>
<h1 align="center">SymfonyExtension</h1>
This Behat extension provides an integration with Symfony (both `^3.4` and `^4.1`) and Mink driver for Symfony application.
It allows for:
* defining your contexts as regular Symfony services
* autowiring and autoconfiguring your contexts
* testing your Symfony application without having to set up a server
## Documentation
* [Installation](docs/installation.md)
* [Usage](docs/usage.md)
* [Mink integration](docs/mink_integration.md)
* [Behat/Symfony2Extension differences](docs/bs2e_differences.md)
* [Configuration reference](docs/configuration_reference.md)
## License
This extension is completely free and released under permissive [MIT license](LICENSE).
## Authors
It is originally created by [Kamil Kokot](https://github.com/pamil).
See the list of [all contributors](https://github.com/FriendsOfBehat/SymfonyExtension/graphs/contributors).