Skip to content
This repository has been archived by the owner on Nov 29, 2017. It is now read-only.

Commit

Permalink
typo in calendar_feed_test
Browse files Browse the repository at this point in the history
  • Loading branch information
njlxyaoxinwei committed Feb 24, 2015
1 parent 3028dac commit 8860dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/features/calendar_feeds_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

it "should have correct sub_request feeds", js: true do
visit calendar_feeds_path
subss_feed_link = within("div.feed_subs") {find_link(@user.name)["href"].gsub(/^webcal/, "http")}
subs_feed_link = within("div.feed_subs") {find_link(@user.name)["href"].gsub(/^webcal/, "http")}
open(subs_feed_link) do |f|
cal = Icalendar.parse(f).first
events = cal.events
Expand Down

0 comments on commit 8860dc0

Please sign in to comment.