Sha256: cde42875f51ff9f0a17d85a9f44f93e206fe4343d7ec50bdb32eb943190edeb2

Contents?: true

Size: 279 Bytes

Versions: 4

Compression:

Stored size: 279 Bytes

Contents

require 'spec_helper'

describe "Navigation" do
  include Capybara
  
  it "should be a valid app" do
    ::Rails.application.should be_a(Dummy::Application)
  end
	
	it "should have config.customize" do
		
		::Rails.application.config.customize.should == Customize
		
	end

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
customize-0.0.8 spec/integration/navigation_spec.rb
customize-0.0.7 spec/integration/navigation_spec.rb
customize-0.0.6 spec/integration/navigation_spec.rb
customize-0.0.5 spec/integration/navigation_spec.rb