bump configurate
This commit is contained in:
parent
f694a40992
commit
9cbfee9408
3 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -23,7 +23,7 @@ gem 'slim', '1.3.8'
|
|||
|
||||
# Configuration
|
||||
|
||||
gem 'configurate', '0.0.7'
|
||||
gem 'configurate', '0.0.8'
|
||||
|
||||
# Cross-origin resource sharing
|
||||
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@ GEM
|
|||
sass (~> 3.1)
|
||||
compass-rails (1.0.3)
|
||||
compass (>= 0.12.2, < 0.14)
|
||||
configurate (0.0.7)
|
||||
configurate (0.0.8)
|
||||
connection_pool (1.0.0)
|
||||
crack (0.3.2)
|
||||
cucumber (1.2.5)
|
||||
|
|
@ -419,7 +419,7 @@ DEPENDENCIES
|
|||
carrierwave (= 0.8.0)
|
||||
client_side_validations (= 3.2.5)
|
||||
compass-rails (= 1.0.3)
|
||||
configurate (= 0.0.7)
|
||||
configurate (= 0.0.8)
|
||||
cucumber-rails (= 1.3.1)
|
||||
database_cleaner (= 0.9.1)
|
||||
devise (= 2.1.3)
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ describe LayoutHelper do
|
|||
describe "#page_title" do
|
||||
context "passed blank text" do
|
||||
it "returns Diaspora*" do
|
||||
page_title.should == pod_name
|
||||
page_title.to_s.should == pod_name
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue