diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index e46e3b21..40567978 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -25,23 +25,23 @@ configatron.apn.cert = File.expand_path(File.join(File.dirname(__FILE__), 'rails_root', 'config', 'apple_push_notification_development.pem')) RSpec.configure do |config| - + config.before(:all) do - + end - + config.after(:all) do - + end - + config.before(:each) do end - + config.after(:each) do - + end - + end def fixture_path(*name) @@ -61,4 +61,4 @@ def apn_cert end class BlockRan < StandardError -end \ No newline at end of file +end