OSDN Git Service

Regular updates
[twpd/master.git] / rspec.md
index 415b4cc..853791d 100644 (file)
--- a/rspec.md
+++ b/rspec.md
@@ -1,8 +1,16 @@
 ---
 title: RSpec
 category: Ruby
+layout: 2017/sheet
 ---
 
+### About
+{: .-intro}
+
+RSpec is a Ruby library for testing.
+
+- <https://rspec.info/>
+
 ### Invoking tests
 
 ```sh