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,8 +1,6 @@
require 'spec_helper'
describe "Navigation" do
include Capybara
describe "Rails project" do
it "should be a valid app" do
::Rails.application.should be_a(Dummy::Application)
end