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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user