Changeset 5343 for platform/tdiary/spec

Show
Ignore:
Timestamp:
01/23/08 15:53:34 (11 months ago)
Author:
hsbt
Message:

platform/tdiary/spec/youtube_spec.rb: add comment.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • platform/tdiary/spec/youtube_spec.rb

    r5340 r5343  
    1010        end 
    1111 
    12         it "should render object tag in mobile" do 
     12        it "should render object tag in mobile agent" do 
    1313                @cgi.user_agent = "DoCoMo" 
    1414                @plugin.conf.cgi = @cgi 
     
    1717        end 
    1818 
     19        # ToDo: iphone? is added to @conf. it exists in unofficial code. 
    1920        it "should render object tag in iPhone/iPod" do 
    2021                @cgi.user_agent = "iPhone" 
     
    2425        end 
    2526 
    26         it "should render object tag in webbrowser" do 
     27        it "should render object tag" do 
    2728                @cgi.user_agent = "Mozilla" 
    2829                @plugin.conf.cgi = @cgi 
     
    3334        end 
    3435end 
     36