[Hiki-cvs 1610] hiki/hiki @ f741e27 [rspec] added rspec into Gemfile

Back to archive index

SHIBATA Hiroshi null****@okkez*****
2014年 2月 28日 (金) 16:58:13 JST


SHIBATA Hiroshi	2014-02-28 16:58:13 +0900 (Fri, 28 Feb 2014)

  New Revision: f741e274163a3a0b1d57d36ee1ccf28473ae9eed
  https://github.com/hiki/hiki/commit/f741e274163a3a0b1d57d36ee1ccf28473ae9eed

  Message:
    added rspec into Gemfile

  Modified files:
    Gemfile
    Gemfile.lock

  Modified: Gemfile (+1 -0)
===================================================================
--- Gemfile    2014-02-28 16:39:59 +0900 (774402d)
+++ Gemfile    2014-02-28 16:58:13 +0900 (93564b8)
@@ -21,4 +21,5 @@ group :development, :test do
   gem 'test-unit-rr'
   gem 'test-unit-notify'
   gem 'test-unit-capybara'
+  gem 'rspec'
 end

  Modified: Gemfile.lock (+10 -0)
===================================================================
--- Gemfile.lock    2014-02-28 16:39:59 +0900 (f586ab2)
+++ Gemfile.lock    2014-02-28 16:58:13 +0900 (8907c14)
@@ -12,6 +12,7 @@ GEM
       ffi (~> 1.0, >= 1.0.11)
     coderay (1.1.0)
     daemons (1.1.9)
+    diff-lcs (1.2.5)
     docdiff (0.5.0)
     dotenv (0.10.0)
     eventmachine (1.0.3)
@@ -37,6 +38,14 @@ GEM
       rack (>= 1.0)
     rake (10.1.1)
     rr (1.1.2)
+    rspec (2.14.1)
+      rspec-core (~> 2.14.0)
+      rspec-expectations (~> 2.14.0)
+      rspec-mocks (~> 2.14.0)
+    rspec-core (2.14.8)
+    rspec-expectations (2.14.5)
+      diff-lcs (>= 1.1.3, < 2.0)
+    rspec-mocks (2.14.6)
     rubyzip (1.1.0)
     selenium-webdriver (2.40.0)
       childprocess (>= 0.5.0)
@@ -76,6 +85,7 @@ DEPENDENCIES
   pry
   rack
   rake
+  rspec
   sequel
   test-unit
   test-unit-capybara




Hiki-cvs メーリングリストの案内
Back to archive index