update model schema

This commit is contained in:
2015-01-23 11:17:30 +01:00
parent e4252f9553
commit cf80f6ea31
3 changed files with 5 additions and 1 deletions
+4
View File
@@ -36,7 +36,11 @@ chromedriver.log
/coverage /coverage
/old_cap /old_cap
gem_graph.png gem_graph.png
# couchdb
erl_crash.dump erl_crash.dump
/db/*.couch /db/*.couch
/db/*_design /db/*_design
# giteye
/.project /.project
# dia
/*.autosave
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -31,7 +31,7 @@ WebMock.disable_net_connect!(allow_localhost: true)
module TurnipHacks module TurnipHacks
def run_step(*) def run_step(*)
# delay for a nice follow in selenium # delay for a nice follow in selenium
#sleep 0.1 #sleep 0.6
super super
end end
end end