Changed default port and added migration tasks

This commit is contained in:
Godwin
2014-05-26 18:01:28 -06:00
parent 8caad2a009
commit 87fbd50af1
15 changed files with 292 additions and 22 deletions
-6
View File
@@ -58,10 +58,4 @@ RSpec.configure do |config|
#visit 1, 2, 3
end
def visit(*args)
puts "\n\n========= VISIT!!! =========\n\n"
#super(page)
session.visit(*args)
end
end