aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorMichel Etienne2012-10-15 09:31:39 +0200
committerMichel Etienne2012-10-15 09:31:39 +0200
commitaf7100393e466c9ea24d2e0efd22645d8b09b920 (patch)
tree39eacd9a50def34ac9d45b2cf9d79e56558309b2 /spec
parent9f839a932d2d58820a636bd601e20faf01fd8555 (diff)
parent2bde64bde90f37bce9c5aba39575386eb56f1e60 (diff)
downloadchouette-core-af7100393e466c9ea24d2e0efd22645d8b09b920.tar.bz2
Merge branch 'master' of chouette.dryade.priv:/srv/git/chouette2
Diffstat (limited to 'spec')
-rw-r--r--spec/views/time_tables/show.html.erb_spec.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/views/time_tables/show.html.erb_spec.rb b/spec/views/time_tables/show.html.erb_spec.rb
index 17449748b..9d0527c5d 100644
--- a/spec/views/time_tables/show.html.erb_spec.rb
+++ b/spec/views/time_tables/show.html.erb_spec.rb
@@ -4,8 +4,9 @@ describe "/time_tables/show" do
assign_referential
let!(:time_table) { assign(:time_table, create(:time_table)) }
+ let!(:year) { assign(:year, Date.today.cwyear) }
- it "should render h2 with the time_table comment" do
+ it "should render h2 with the time_table comment" do
render
rendered.should have_selector("h2", :text => Regexp.new(time_table.comment))
end