mirror of
https://github.com/ditkrg/validates_timeliness.git
synced 2026-01-24 23:06:42 +00:00
removed some module inclusion silliness in spec
This commit is contained in:
parent
5e85649a34
commit
19457a6c1d
@ -1,9 +1,6 @@
|
|||||||
require File.expand_path(File.dirname(__FILE__) + '/../spec_helper')
|
require File.expand_path(File.dirname(__FILE__) + '/../spec_helper')
|
||||||
|
|
||||||
describe ValidatesTimeliness::ActiveRecord::AttributeMethods do
|
describe ValidatesTimeliness::ActiveRecord::AttributeMethods do
|
||||||
include ValidatesTimeliness::ActiveRecord::AttributeMethods
|
|
||||||
include ValidatesTimeliness::ValidationMethods
|
|
||||||
|
|
||||||
before do
|
before do
|
||||||
@person = Person.new
|
@person = Person.new
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user