summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorYuya Kusakabe <yuya.kusakabe@gmail.com>2017-01-11 01:36:05 +0900
committerYuya Kusakabe <yuya.kusakabe@gmail.com>2017-01-11 10:39:18 +0900
commit79060076f217eebf8f8e5f829bd035b47adef06a (patch)
tree7040038eb7778b7de803b8dc3a4fc9d13ad17d6a /Gemfile
downloadvyos-integration-test-79060076f217eebf8f8e5f829bd035b47adef06a.tar.gz
vyos-integration-test-79060076f217eebf8f8e5f829bd035b47adef06a.zip
Initial commit
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..0c5e2c2
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,5 @@
+source 'https://rubygems.org'
+
+gem 'rake'
+gem 'serverspec'
+gem 'serverspec-vyos-config'