mirror of
https://github.com/ditkrg/validates_timeliness.git
synced 2026-01-24 14:56:43 +00:00
finally fixed spec for latest rspec
This commit is contained in:
parent
7bf7ed0569
commit
9a697b9cab
@ -1,6 +1,8 @@
|
|||||||
require File.expand_path(File.dirname(__FILE__) + '/../spec_helper')
|
require File.expand_path(File.dirname(__FILE__) + '/../spec_helper')
|
||||||
|
|
||||||
describe ValidatesTimeliness::ActionView::InstanceTag, :type => :helper do
|
describe 'ValidatesTimeliness::ActionView::InstanceTag' do
|
||||||
|
include ActionView::Helpers::DateHelper
|
||||||
|
include ActionController::Assertions::SelectorAssertions
|
||||||
|
|
||||||
before do
|
before do
|
||||||
@person = Person.new
|
@person = Person.new
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user