1
0
Fork 0
mirror of https://github.com/thoughtbot/shoulda-matchers.git synced 2022-11-09 12:01:38 -05:00
Commit graph

4 commits

Author SHA1 Message Date
Tammer Saleh
56a3f432b2 Added shoulda_macros directory support as per http://thoughtbot.lighthouseapp.com/projects/5807/tickets/62 2008-08-04 16:17:32 -04:00
Tammer Saleh
b415bff884 Revert bunch of bad commits:
2442d1f608
35213b5a1b
804f859435
fc938bb185

Getting the following error when running tests in a real project:

  ...activesupport/lib/active_support/dependencies.rb:276:in `load_missing_constant': uninitialized constant Shoulda::ActiveRecord::Base (NameError)

Think this is because of the namespace changes, but not sure.  Will investigate later.
2008-06-23 12:36:31 -04:00
Tammer Saleh
fc938bb185 Removed ThoughtBot module.
The ThoughtBot module had been added (by me) as a paranoid namespacing measure,
just in case any other code wanted to use a class or module named Shoulda.
Silly.
2008-06-22 11:40:10 -04:00
Tammer Saleh
7533bf912c renamed README file so that github displays the rdoc correctly 2008-05-18 16:59:04 -04:00
Renamed from README (Browse further)