project setup

* added refinerycms(-blog) as depencies
* removed capybara (we won't do any browsertests here)
* initialized refinery in dummy app
This commit is contained in:
Marc Remolt
2011-06-01 21:07:20 +02:00
parent 3ec27fdfe6
commit 1a68663552
46 changed files with 1263 additions and 211 deletions

View File

@@ -1,11 +1,13 @@
source "http://rubygems.org"
gem "rails", "3.0.7"
gem "capybara", ">= 0.4.0"
#gem "capybara", ">= 1.0.0.beta1"
gem "sqlite3"
gem "rspec-rails", ">= 2.0.0.beta"
gem "rspec-rails", ">= 2.6.0"
# To use debugger (ruby-debug for Ruby 1.8.7+, ruby-debug19 for Ruby 1.9.2+)
# gem 'ruby-debug'
# gem 'ruby-debug19'
gem 'refinerycms-wordpress-import', :path => './'