Skip to content

Commit

Permalink
Merge pull request #169 from vtorves/gh-pages
Browse files Browse the repository at this point in the history
Push changes from #165 to gh-pages branch
  • Loading branch information
onebree committed Feb 23, 2016
2 parents d1e9dfa + effc94a commit 1e345b9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions index.html
Expand Up @@ -35,22 +35,22 @@
</nav>
<div class="content">


<article>

<h1><a name="what">What is Better Specs</a></h1>

<p>
{{ site.description }}
Better Specs came to life at <a target="_blank" href="https://lelylan.com">Lelylan</a> (open source IoT cloud platform) and <a target="_blank" href="https://github.com/lelylan/lelylan">checking out its test suite</a> may be of inspiration.
Better Specs came to life at <a target="_blank" href="https://lelylan.com">Lelylan</a> (open source IoT cloud platform) and <a target="_blank" href="https://github.com/lelylan/lelylan">checking out its test suite</a> may be of inspiration.
</p>

<p class="info">
Better Specs focus on Rails testing, but our goal is to create testing guidelines covering most languages and frameworks out there (e.g. Scala, Elixir, React). If you want to add your favourite language testing guidelines <a target="_blank" href="https://github.com/lelylan/betterspecs/issues">open an issue</a>.
</p>

<p>

</p>

</article>
Expand Down Expand Up @@ -420,7 +420,7 @@ <h1><a name="subject">Use subject</a></h1>
<h1><a name="let">Use let and let!</a></h1>

<p>
When you have to assign a variable instead of using a <code>before</code> block to create an instance variable, use <code>let</code>. Using <code>let</code> the variable lazy loads only when it is used the first time in the test and get cached until that specific test is finished. A really good and deep description of what <code>let</code> does can be found in this
When you have to assign a variable instead of using a <code>before</code> block to create an instance variable, use <code>let</code>. Using <code>let</code> the variable lazy loads only when it is used the first time in the test and get cached until that specific test is finished. A really good and deep description of what <code>let</code> does can be found in this
<a href="http://stackoverflow.com/questions/5359558/when-to-use-rspec-let/5359979#5359979">stackoverflow answer</a>.
</p>

Expand Down Expand Up @@ -905,7 +905,7 @@ <h1><a name="stubbing">Stubbing HTTP requests</a></h1>

<p>
Learn more about <a href="https://github.com/bblimke/webmock">webmock</a> and
<a href="https://github.com/vcr/vcr">VCR</a>. Here a
<a href="https://github.com/vcr/vcr">VCR</a>. Here is a
<a href="http://marnen.github.com/webmock-presentation/webmock.html">nice presentation</a>
explaining how to mix them together.
</p>
Expand Down Expand Up @@ -962,7 +962,7 @@ <h1><a name="contributing">Contributing</a></h1>

<p class="info">
&rarr; Add testing guide lines for new languages (<a target="_blank" href="https://github.com/lelylan/betterspecs/issues">open an issue</a>).<br>

&rarr; Fix outdated best practices which has changed during time (<a target="_blank" href="https://github.com/lelylan/betterspecs/issues">open an issue</a>).<br>

&rarr; Add or update existing translations (<a target="_blank" href="https://github.com/lelylan/betterspecs/issues">open an issue</a>).<br>
Expand Down
2 changes: 1 addition & 1 deletion jp.html
Expand Up @@ -1152,7 +1152,7 @@ <h1><a name="http">HTTP requestをmockする</a></h1>

<!-- <p>
Learn more about <a href="https://github.com/bblimke/webmock">webmock</a> and
<a href="https://github.com/vcr/vcr">VCR</a>. Here a
<a href="https://github.com/vcr/vcr">VCR</a>. Here is a
<a href="http://marnen.github.com/webmock-presentation/webmock.html">nice presentation</a>
explaining how to mix them together.
</p> -->
Expand Down
2 changes: 1 addition & 1 deletion zh_tw.html
Expand Up @@ -1113,7 +1113,7 @@ <h1><a name="http">偽裝 HTTP request</a></h1>

<!-- <p>
Learn more about <a href="https://github.com/bblimke/webmock">webmock</a> and
<a href="https://github.com/vcr/vcr">VCR</a>. Here a
<a href="https://github.com/vcr/vcr">VCR</a>. Here is a
<a href="http://marnen.github.com/webmock-presentation/webmock.html">nice presentation</a>
explaining how to mix them together.
</p>
Expand Down

0 comments on commit 1e345b9

Please sign in to comment.