Changeset 5343 for platform/tdiary/spec
- Timestamp:
- 01/23/08 15:53:34 (11 months ago)
- Files:
-
- 1 modified
-
platform/tdiary/spec/youtube_spec.rb (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
platform/tdiary/spec/youtube_spec.rb
r5340 r5343 10 10 end 11 11 12 it "should render object tag in mobile " do12 it "should render object tag in mobile agent" do 13 13 @cgi.user_agent = "DoCoMo" 14 14 @plugin.conf.cgi = @cgi … … 17 17 end 18 18 19 # ToDo: iphone? is added to @conf. it exists in unofficial code. 19 20 it "should render object tag in iPhone/iPod" do 20 21 @cgi.user_agent = "iPhone" … … 24 25 end 25 26 26 it "should render object tag in webbrowser" do27 it "should render object tag" do 27 28 @cgi.user_agent = "Mozilla" 28 29 @plugin.conf.cgi = @cgi … … 33 34 end 34 35 end 36
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)