spud_core 0.8.24 → 0.8.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11,7 +11,9 @@ describe Spud::ApplicationHelper do
11
11
 
12
12
  it "should return config site name if multisite is disabled" do
13
13
  Spud::Core.configure do |config|
14
+ config.multisite_mode_enabled = false
14
15
  config.site_name = "Test Site"
16
+ config.multisite_config = []
15
17
  end
16
18
  helper.current_site_name.should == 'Test Site'
17
19
  end
@@ -20,6 +22,8 @@ describe Spud::ApplicationHelper do
20
22
  Spud::Core.configure do |config|
21
23
  config.site_name = "Test Site"
22
24
  config.multisite_mode_enabled = true
25
+ config.multisite_config = []
26
+
23
27
  end
24
28
 
25
29
  helper.current_site_name.should == 'Test Site'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spud_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.24
4
+ version: 0.8.25
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -681,7 +681,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
681
681
  version: '0'
682
682
  segments:
683
683
  - 0
684
- hash: -3559027495423423384
684
+ hash: -3021439577319419826
685
685
  required_rubygems_version: !ruby/object:Gem::Requirement
686
686
  none: false
687
687
  requirements:
@@ -690,7 +690,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
690
690
  version: '0'
691
691
  segments:
692
692
  - 0
693
- hash: -3559027495423423384
693
+ hash: -3021439577319419826
694
694
  requirements: []
695
695
  rubyforge_project:
696
696
  rubygems_version: 1.8.24