|
@@ -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
|
|
|
+end
|
0 comments on commit
b8e437c