From 14204297e296df72a8013178113b44929a3ab0ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?id=3Ahiboma=28=E3=81=B2=E3=82=8D=E3=82=84=29?= Date: Thu, 24 May 2012 20:02:56 +0900 Subject: [PATCH 1/2] hiboma's submission for sprk2012-cfp --- .../README.md | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 hiboma-testing_sqales_linux_containers_with_rspec/README.md diff --git a/hiboma-testing_sqales_linux_containers_with_rspec/README.md b/hiboma-testing_sqales_linux_containers_with_rspec/README.md new file mode 100644 index 0000000..f88e339 --- /dev/null +++ b/hiboma-testing_sqales_linux_containers_with_rspec/README.md @@ -0,0 +1,28 @@ +# Testing Sqale's Linux Containers with RSpec + +Sqale is a Ruby PaaS from paperboy&co., Inc. + +I will talk about the testing of Sqale' Linux Containers with Rspec + +# SqaleのLinuxコンテナをRSpecでテストしてる話 + +paperboy&co. が提供する Ruby に対応した PaaS である Sqale では、 ユーザー環境を Linux Container 上に構築しています + +Puppet並びにChefで構成管理されたコンテナ上で、RSpecを用いて「ユーザーの振る舞い」をテストする方法について発表します + +- Preferred presentation day: no preference +- Presentation language: Japanese + +## Hiroya Ito +## paperboy&co., Inc. + +Advanced Senior Engineer + +## 伊藤 洋也 +## 株式会社 paperboy&co. + +アドバンスド・シニア エンジニア + +- [github](https://github.com/hiboma) +- [blog](http://d.hatena.ne.jp/hiboma/) +- [twitter](https://twitter.com/#!/hiboma) From 8a70c7caa6796d1440a21e8b538d7cdc46205829 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?id=3Ahiboma=28=E3=81=B2=E3=82=8D=E3=82=84=29?= Date: Fri, 25 May 2012 10:56:14 +0900 Subject: [PATCH 2/2] minor fix of English --- hiboma-testing_sqales_linux_containers_with_rspec/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hiboma-testing_sqales_linux_containers_with_rspec/README.md b/hiboma-testing_sqales_linux_containers_with_rspec/README.md index f88e339..0a61fff 100644 --- a/hiboma-testing_sqales_linux_containers_with_rspec/README.md +++ b/hiboma-testing_sqales_linux_containers_with_rspec/README.md @@ -2,7 +2,7 @@ Sqale is a Ruby PaaS from paperboy&co., Inc. -I will talk about the testing of Sqale' Linux Containers with Rspec +I will talk about the testing of Sqale's Linux Containers with Rspec # SqaleのLinuxコンテナをRSpecでテストしてる話