From 8f06b0b4a72332286f100667e27c7e9cfdc156ab Mon Sep 17 00:00:00 2001 From: JuanitoFatas Date: Sun, 10 Jan 2016 15:12:18 +0800 Subject: [PATCH] Fix spelling of "Rspec" should be RSpec. --- content/es.html | 2 +- content/index.html | 4 ++-- content/jp.html | 8 ++++---- content/ko.html | 4 ++-- layouts/partials/libraries.html | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/content/es.html b/content/es.html index 1e6e4bc..8bd13a2 100644 --- a/content/es.html +++ b/content/es.html @@ -342,7 +342,7 @@

Sintaxis Expect vs Should

end -

Configura Rspec para que sólo acepte la nueva sintaxis en los proyectos nuevos, para evitar tener las 2 sintaxis por todas partes.

+

Configura RSpec para que sólo acepte la nueva sintaxis en los proyectos nuevos, para evitar tener las 2 sintaxis por todas partes.

correcto

diff --git a/content/index.html b/content/index.html index 1eb081d..25d70d2 100644 --- a/content/index.html +++ b/content/index.html @@ -341,7 +341,7 @@

Expect vs Should syntax

end -

Configure the Rspec to only accept the new syntax on new projects, to avoid having the 2 syntax all over the place.

+

Configure the RSpec to only accept the new syntax on new projects, to avoid having the 2 syntax all over the place.

good

@@ -377,7 +377,7 @@

Expect vs Should syntax

On old projects you can use the transpec to convert them to the new syntax.

-

More about the new Rspec expectation syntax can be found here and here.

+

More about the new RSpec expectation syntax can be found here and here.

Discuss this guideline → diff --git a/content/jp.html b/content/jp.html index 057c36e..18724b9 100644 --- a/content/jp.html +++ b/content/jp.html @@ -391,8 +391,8 @@

Expect対Should

end - -

全体で新しい文法だけ許容し、Rspec2の文法を使えなくなる様に設定できます。

+ +

全体で新しい文法だけ許容し、RSpec2の文法を使えなくなる様に設定できます。

good

@@ -406,8 +406,8 @@

Expect対Should

end - -

Rspec expectation文法に対するもっと詳しい情報はここここをご覧ください。

+ +

RSpec expectation文法に対するもっと詳しい情報はここここをご覧ください。

このガイドに関して議論する → diff --git a/content/ko.html b/content/ko.html index 781a13c..fbfa4c4 100644 --- a/content/ko.html +++ b/content/ko.html @@ -325,7 +325,7 @@

Expect vs Should 문법

end -

Rspec을 새로운 문법만 허용하도록 설정할수있습니다. 모든 코드에서 2의 문법을 사용 못하도록 말이죠.

+

RSpec을 새로운 문법만 허용하도록 설정할수있습니다. 모든 코드에서 2의 문법을 사용 못하도록 말이죠.

good

@@ -361,7 +361,7 @@

Expect vs Should 문법

오래된 프로젝트에선 transpec 을 사용해 새로운 문법으로 변환할 수 있습니다.

-

새Rspec expectation 문법에 대한 정보가 더필요하시면 여기여기를 보세요.

+

새RSpec expectation 문법에 대한 정보가 더필요하시면 여기여기를 보세요.

이 가이드라인에 대해 토론하기 → diff --git a/layouts/partials/libraries.html b/layouts/partials/libraries.html index ac6c24f..2af91fb 100644 --- a/layouts/partials/libraries.html +++ b/layouts/partials/libraries.html @@ -1,5 +1,5 @@

    -
  1. Rspec Documentation
  2. +
  3. RSpec Documentation
  4. Capybara Documentation
  5. Factory Girl Documentation
  6. Webmock Documentation