Skip to content

Commit

Permalink
training whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
niku committed Apr 27, 2012
1 parent 5b4ed4f commit b8e437c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions spec/spec_helper.rb
Expand Up @@ -25,23 +25,23 @@
configatron.apn.cert = File.expand_path(File.join(File.dirname(__FILE__), 'rails_root', 'config', 'apple_push_notification_development.pem')) configatron.apn.cert = File.expand_path(File.join(File.dirname(__FILE__), 'rails_root', 'config', 'apple_push_notification_development.pem'))


RSpec.configure do |config| RSpec.configure do |config|

config.before(:all) do config.before(:all) do

end end

config.after(:all) do config.after(:all) do

end end

config.before(:each) do config.before(:each) do


end end

config.after(:each) do config.after(:each) do

end end

end end


def fixture_path(*name) def fixture_path(*name)
Expand All @@ -61,4 +61,4 @@ def apn_cert
end end


class BlockRan < StandardError class BlockRan < StandardError
end end

0 comments on commit b8e437c

Please sign in to comment.