Skip to content

Instantly share code, notes, and snippets.

View tyler-dot-earth's full-sized avatar
🗿
living.

Tyler Nieman tyler-dot-earth

🗿
living.
View GitHub Profile
@tyler-dot-earth
tyler-dot-earth / spec_helper.rb
Last active August 29, 2015 14:05
Rails 4 controller test example with RSpec 3, devise
RSpec.configure do |config|
...
config.include Devise::TestHelpers, :type => :controller
...
end