Skip to content

Commit

Permalink
Merge pull request #127 from marocchino/remove-unuse-example
Browse files Browse the repository at this point in the history
Remove its example
  • Loading branch information
andreareginato committed Feb 5, 2015
2 parents 76e2a43 + 9b4c793 commit 865cb21
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion content/br.html
Expand Up @@ -341,7 +341,6 @@ <h1><a name="subject">Use subject</a></h1>

<div>
<pre><code class="ruby">it { assigns('message').should match /it was born in Belville/ }
it { assigns('message').creator.should match /Topolino/ }
</code></pre>
</div>

Expand Down
1 change: 0 additions & 1 deletion content/es.html
Expand Up @@ -379,7 +379,6 @@ <h1><a name="subject">Usa subject</a></h1>

<div>
<pre><code class="ruby">it { assigns('message').should match /it was born in Belville/ }
it { assigns('message').creator.should match /Topolino/ }
</code></pre>
</div>

Expand Down
1 change: 0 additions & 1 deletion content/fr.html
Expand Up @@ -368,7 +368,6 @@ <h1><a name="subject">Utiliser «subject"</a></h1>

<div>
<pre><code class="ruby">it { expect(assigns('message')).to match /it was born in Belville/ }
it { expect(assigns('message').creator).to match /Topolino/ }
</code></pre>
</div>

Expand Down
1 change: 0 additions & 1 deletion content/index.html
Expand Up @@ -401,7 +401,6 @@ <h1><a name="subject">Use subject</a></h1>

<div>
<pre><code class="ruby">it { expect(assigns('message')).to match /it was born in Belville/ }
it { expect(assigns('message').creator).to match /Topolino/ }
</code></pre>
</div>

Expand Down
2 changes: 0 additions & 2 deletions content/jp.html
Expand Up @@ -433,7 +433,6 @@ <h1><a name="subject">Subjectを使う</a></h1>

<div>
<pre><code class="ruby">it { expect(assigns('message')).to match /it was born in Belville/ }
it { expect(assigns('message').creator).to match /Topolino/ }
</code></pre>
</div>

Expand All @@ -442,7 +441,6 @@ <h1><a name="subject">Subjectを使う</a></h1>
<div>
<pre><code class="ruby">subject { assigns('message') }
it { should match /it was born in Billville/ }
its(:creator) { should match /Topolino/ }
</code></pre>
</div>

Expand Down
1 change: 0 additions & 1 deletion content/ko.html
Expand Up @@ -383,7 +383,6 @@ <h1><a name="subject">Subject 사용하기</a></h1>

<div>
<pre><code class="ruby">it { expect(assigns('message')).to match /it was born in Belville/ }
it { expect(assigns('message').creator).to match /Topolino/ }
</code></pre>
</div>

Expand Down
1 change: 0 additions & 1 deletion content/ru.html
Expand Up @@ -339,7 +339,6 @@ <h1><a name="subject">Используем subject</a></h1>

<div>
<pre><code class="ruby">it { assigns('message').should match /it was born in Belville/ }
it { assigns('message').creator.should match /Topolino/ }
</code></pre>
</div>

Expand Down
1 change: 0 additions & 1 deletion content/zh_tw.html
Expand Up @@ -401,7 +401,6 @@ <h1><a name="subject">善用 subject</a></h1>

<div>
<pre><code class="ruby">it { assigns('message').should match /it was born in Belville/ }
it { assigns('message').creator.should match /Topolino/ }
</code></pre>
</div>

Expand Down

0 comments on commit 865cb21

Please sign in to comment.