Skip to content

Commit

Permalink
add who is using section
Browse files Browse the repository at this point in the history
  • Loading branch information
glaucocustodio committed Aug 13, 2024
1 parent 639f0a8 commit a953a8c
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 3 deletions.
3 changes: 3 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,6 @@ nav_external_links:
- title: Create only the data you need
url: "#create-only-the-data-you-need"
hide_icon: true
- title: Who is using it
url: "#who-is-using-it"
hide_icon: true
1 change: 1 addition & 0 deletions _includes/footer_custom.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Even Better Specs is brought to you by <a href="https://github.com/glaucocustodio" target="_blank">Glauco Custodio</a>
17 changes: 17 additions & 0 deletions _includes/who_is_using_it.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<article>
<h2 id="who-is-using-it">
<a href="#who-is-using-it">
Who is using it
</a>
</h2>

<p>Here are a few examples of organizations using Even Better Specs:</p>

<ul>
<li>
<a href="https://www.streetbees.com/" target="_blank">Streetbees</a>
</li>
</ul>

<p>Does your team also use it? <a href="https://github.com/evenbetterspecs/evenbetterspecs.github.io/edit/main/_includes/who_is_using_it.html" target="_blank">Let us know!</a></p>
</article>
4 changes: 2 additions & 2 deletions _sass/custom/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
border-left: 4px solid #06a7e7;
}

article:not(:last-child) {
article {
margin-bottom: 4em;
}

Expand All @@ -110,4 +110,4 @@

margin-bottom: 0.75em;
}
}
}
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h1>

<p>Event Better Specs is an <i>opinionated</i> set of best practices to support the creation of tests that are easy to read and maintain.</p>

<p>It focus on the <a href="https://www.ruby-lang.org/en/" target="_blank">Ruby</a> testing framework <a href="https://rspec.info/" target="_blank">RSpec</a>, but some of it could potentially be applied to other frameworks and languages (like <a href="https://github.com/sus-rb/sus" target="_blank">sus</a> and <a href="https://crystal-lang.org/reference/1.13/guides/testing.html" target="_blank">Crystal</a>).</p>
<p>It focuses on the <a href="https://www.ruby-lang.org/en/" target="_blank">Ruby</a> testing framework <a href="https://rspec.info/" target="_blank">RSpec</a>, but some of it could potentially be applied to other frameworks and languages (like <a href="https://github.com/sus-rb/sus" target="_blank">sus</a> and <a href="https://crystal-lang.org/reference/1.13/guides/testing.html" target="_blank">Crystal</a>).</p>

<h2>
Guiding principles
Expand Down Expand Up @@ -44,3 +44,4 @@ <h2>
{% include stub_http_requests.html %}
{% include stub_env_vars.html %}
{% include create_only_the_data_you_need.html %}
{% include who_is_using_it.html %}

0 comments on commit a953a8c

Please sign in to comment.