Skip to content

Commit 8facbb4

Browse files
authored
Merge pull request #1 from Codeception/master
Update fork
2 parents 79c17ef + 4066190 commit 8facbb4

File tree

360 files changed

+17908
-25455
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

360 files changed

+17908
-25455
lines changed

.bundle/config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
BUNDLE_JOBS: "16"

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
11
_site/
2+
/.idea
23
.jekyll-metadata
4+
/build
5+
/composer.lock
6+
/docs/modules/AbstractAsserts.md
7+
/package/composer.lock
8+
/package/vendor
9+
/vendor

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: ruby
2+
cache: bundler
3+
4+
script:
5+
- bundle exec jekyll algolia push
6+
rvm:
7+
- 2.2

404.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
layout: bootstrap
3+
title: Page Not Found
4+
permalink: /404.html
5+
---
6+
7+
<div class="container container-error">
8+
<h1>Page not found.</h1>
9+
<p>Sorry – the page you're looking for doesn't exist.</p>
10+
<p>Perhaps you typed the URL incorrectly, or it may have moved.</p>
11+
<p><a href="/">Back To Home</a></p>
12+
</div>
13+
14+

Gemfile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
source 'https://rubygems.org'
2+
3+
gem 'jekyll', '~> 3.6.3'
4+
gem 'kramdown'
5+
gem 'rouge'
6+
7+
group :jekyll_plugins do
8+
gem 'algoliasearch-jekyll', '~> 0.9.0'
9+
end

Gemfile.lock

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
addressable (2.7.0)
5+
public_suffix (>= 2.0.2, < 5.0)
6+
algoliasearch (1.27.4)
7+
httpclient (~> 2.8, >= 2.8.3)
8+
json (>= 1.5.1)
9+
algoliasearch-jekyll (0.9.1)
10+
algoliasearch (~> 1.12)
11+
appraisal (~> 2.1.0)
12+
awesome_print (~> 1.6)
13+
json (>= 1.8.6)
14+
nokogiri (~> 1.7, >= 1.7.2)
15+
verbal_expressions (~> 0.1.5)
16+
appraisal (2.1.0)
17+
bundler
18+
rake
19+
thor (>= 0.14.0)
20+
awesome_print (1.8.0)
21+
colorator (1.1.0)
22+
ffi (1.13.1)
23+
forwardable-extended (2.6.0)
24+
httpclient (2.8.3)
25+
jekyll (3.6.3)
26+
addressable (~> 2.4)
27+
colorator (~> 1.0)
28+
jekyll-sass-converter (~> 1.0)
29+
jekyll-watch (~> 1.1)
30+
kramdown (~> 1.14)
31+
liquid (~> 4.0)
32+
mercenary (~> 0.3.3)
33+
pathutil (~> 0.9)
34+
rouge (>= 1.7, < 3)
35+
safe_yaml (~> 1.0)
36+
jekyll-sass-converter (1.5.2)
37+
sass (~> 3.4)
38+
jekyll-watch (1.5.1)
39+
listen (~> 3.0)
40+
json (2.3.1)
41+
kramdown (1.17.0)
42+
liquid (4.0.3)
43+
listen (3.2.1)
44+
rb-fsevent (~> 0.10, >= 0.10.3)
45+
rb-inotify (~> 0.9, >= 0.9.10)
46+
mercenary (0.3.6)
47+
mini_portile2 (2.4.0)
48+
nokogiri (1.10.10)
49+
mini_portile2 (~> 2.4.0)
50+
pathutil (0.16.2)
51+
forwardable-extended (~> 2.6)
52+
public_suffix (4.0.6)
53+
rake (13.0.1)
54+
rb-fsevent (0.10.4)
55+
rb-inotify (0.10.1)
56+
ffi (~> 1.0)
57+
rouge (2.2.1)
58+
safe_yaml (1.0.5)
59+
sass (3.7.4)
60+
sass-listen (~> 4.0.0)
61+
sass-listen (4.0.0)
62+
rb-fsevent (~> 0.9, >= 0.9.4)
63+
rb-inotify (~> 0.9, >= 0.9.7)
64+
thor (1.0.1)
65+
verbal_expressions (0.1.5)
66+
67+
PLATFORMS
68+
ruby
69+
70+
DEPENDENCIES
71+
algoliasearch-jekyll (~> 0.9.0)
72+
jekyll (~> 3.6.3)
73+
kramdown
74+
rouge
75+
76+
BUNDLED WITH
77+
2.1.4

0 commit comments

Comments
 (0)