mirror of
https://github.com/ditkrg/validates_timeliness.git
synced 2026-01-25 07:16:41 +00:00
finally fixed spec for latest rspec
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
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
|
||||
@person = Person.new
|
||||
|
||||
Reference in New Issue
Block a user