Skip to content

Instantly share code, notes, and snippets.

@dpick
Created September 27, 2012 17:35
Show Gist options
  • Save dpick/3795311 to your computer and use it in GitHub Desktop.
Save dpick/3795311 to your computer and use it in GitHub Desktop.
RSpec.configure do |config|
config.around(:each) do |example|
if ENV['iphone']
#set some stuff
else
# set some other stuff
end
example.run
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment