Changeset 5178
- Timestamp:
- 01/21/08 19:18:23 (5 years ago)
- Location:
- platform/tdiary
- Files:
-
- 2 modified
-
plugin/account_ad.rb (modified) (1 diff)
-
spec/account_ad_spec.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
platform/tdiary/plugin/account_ad.rb
r5175 r5178 31 31 <foaf:maker rdf:parseType="Resource"> 32 32 <foaf:holdsAccount> 33 <foaf:OnlineAccount foaf:accountName="#{h (account_name)}">34 <foaf:accountServiceHomepage rdf:resource="#{h(account_service)}"/>33 <foaf:OnlineAccount foaf:accountName="#{h account_name}"> 34 <foaf:accountServiceHomepage rdf:resource="#{h account_service}" /> 35 35 </foaf:OnlineAccount> 36 36 </foaf:holdsAccount> -
platform/tdiary/spec/account_ad_spec.rb
r5175 r5178 28 28 def include_account_service_with(options) 29 29 msg = "include #{options[:service]}" 30 expected = %|<foaf:accountServiceHomepage rdf:resource="#{options[:service]}" />|30 expected = %|<foaf:accountServiceHomepage rdf:resource="#{options[:service]}" />| 31 31 Spec::Matchers::SimpleMatcher.new(msg) do |actual| 32 32 actual.include?(expected)
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)