spec/integration/msgr/railtie_spec.rb in msgr-0.12.3 vs spec/integration/msgr/railtie_spec.rb in msgr-0.13.0
- old
+ new
@@ -99,6 +99,18 @@
expect(Msgr::Railtie).to receive(:load_config).and_return({ "test" => { uri: 'test', checkcredentials: false } })
Msgr::Railtie.load config
end
end
end
+
+ # describe '#load_config'
+ # let(:options) { {} }
+
+ # subject { Msgr::Railtie.load_config options }
+
+ # if Rails::Application.methods.include(:config_for)
+ # it 'should use config_for' do
+
+ # end
+ # end
+ # end
end