Sha256: 3603d30c35fae68d68f6129c86f9d67041f5b635112b158eba8f2b6a75d2c037

Contents?: true

Size: 248 Bytes

Versions: 13

Compression:

Stored size: 248 Bytes

Contents

require 'spec_helper'
require File.expand_path('base_controller_shared_examples', File.dirname(__FILE__))

describe ActiveAdmin::PageController do
  let(:controller) { ActiveAdmin::PageController.new }

  it_should_behave_like "BaseController"
end

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
activeadmin-0.5.1 spec/unit/page_controller_spec.rb
activeadmin-0.5.0 spec/unit/page_controller_spec.rb
activeadmin-0.5.0.pre1 spec/unit/page_controller_spec.rb
activeadmin-0.5.0.pre spec/unit/page_controller_spec.rb
activeadmin-0.4.4 spec/unit/page_controller_spec.rb
activeadmin-0.4.3 spec/unit/page_controller_spec.rb
activeadmin-0.4.2 spec/unit/page_controller_spec.rb
activeadmin-0.4.1 spec/unit/page_controller_spec.rb
activeadmin-0.4.0 spec/unit/page_controller_spec.rb
andrewroth_activeadmin-0.3.4.4 spec/unit/page_controller_spec.rb
andrewroth_activeadmin-0.3.4.3 spec/unit/page_controller_spec.rb
andrewroth_activeadmin-0.3.4.2 spec/unit/page_controller_spec.rb
andrewroth_activeadmin-0.3.4.1 spec/unit/page_controller_spec.rb