Commit Graph

33 Commits

Author SHA1 Message Date
Robert Richter
29c0e6727f Set up Capybara functional testing, and write our first functional test! 2015-03-13 20:15:54 -05:00
Robert Richter
1cab3282ff Add all the remaining tests and code to get the site functional 2015-03-13 20:15:54 -05:00
Robert Richter
a02ab0e735 Add tests for validations, and the validations as per schema 2015-03-13 20:14:47 -05:00
Robert Richter
b91b53412e Created Languages controller tests, and updated Languages controller to use Rails 4 strong parameters 2015-03-13 20:14:47 -05:00
Robert Richter
e661f692a9 Create equipment controller tests and update Equipment controller to use Rails 4 strong parameters 2015-03-13 20:14:46 -05:00
Robert Richter
c251f50f2b Create tests for models, and add associations to models 2015-03-13 20:14:46 -05:00
Robert Richter
ccad5e6d1f Fix Character model and tests 2015-03-13 20:14:06 -05:00
Robert Richter
d0192b47a6 Create Character tests 2015-03-13 20:14:06 -05:00
Andrew Brown
06c6b0ce89 Merge resolution 2015-03-13 20:12:42 -05:00
Robert Richter
dfc5c43c3b Make factories and tests work 2014-03-19 00:33:32 -05:00
Robert Richter
a90540605e Keep trying trying to fix tests 2014-03-16 23:30:45 -05:00
Robert Richter
5792cfbb1d Continue to wrestle with factories 2014-03-16 23:11:25 -05:00
Robert Richter
99ce984aeb Persist created test objects 2014-03-16 22:59:28 -05:00
Robert Richter
d381c0978f Do sequences correctly 2014-03-16 22:39:27 -05:00
Robert Richter
f3f0e829ea Factories create sequence of usernames and emails 2014-03-16 22:24:15 -05:00
Robert Richter
66ef6bebe7 Add User association to Character factory 2014-03-16 21:54:21 -05:00
Robert Richter
c37c2502b7 Iron out more factory_girl usage mistakes 2014-03-16 21:31:14 -05:00
Robert Richter
559822f63a Get factory_girl working *correctly* 2014-03-16 21:21:26 -05:00
Robert Richter
a56e427d8b Get factory_girl working 2014-03-16 21:14:51 -05:00
Robert Richter
ac033ffabd Use factory_girl for test fixtures 2014-03-16 20:34:30 -05:00
Robert Richter
c18ab5a91a Remove reference to fixtures
Mongoid doesn't work like this
2014-03-16 19:17:50 -05:00
Robert Richter
7ba5abdf0a Attempt to get tests to work with Mongoid 2014-03-16 19:03:17 -05:00
Robert Richter
ff5a24dba8 Fix undefined method errors in test cases 2014-03-12 23:42:18 -05:00
Andrew Brown
28f5dcc7e6 random name generator 2013-03-03 02:52:58 -06:00
Andrew Brown
51a5a4f17a Merge branch 'scaffolds'
Conflicts:
	app/controllers/users_controller.rb
	test/functional/users_controller_test.rb
2012-12-23 22:37:49 -06:00
Andrew Brown
34689fa706 characters scaffolding 2012-12-23 17:42:28 -06:00
Andrew Brown
0c4ecfda64 forgot a word 2012-12-23 02:42:37 -06:00
Andrew Brown
268b1bc7b9 main controller and misc changes 2012-12-23 02:32:39 -06:00
Andrew Brown
d00045eedf started drinking 2012-12-22 23:50:10 -06:00
Andrew Brown
69110c64e9 users scaffold 2012-12-22 20:24:25 -06:00
Andrew Brown
9b97f9f556 deleted controller/model 2012-12-22 19:59:05 -06:00
Andrew Brown
e49dfcb09a user model 2012-12-22 19:29:13 -06:00
Andrew Brown
bb7c5eeee4 rails app 2012-12-22 17:39:34 -06:00