<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -28,6 +28,10 @@ module StrokeDB
   # document version regexp
   VERSION_RE = UUID_RE
 
+
+  # STROKEDB NSURL
+  STROKEDB_NSURL = &quot;http://strokedb.com/&quot;
+  
   # following are special UUIDs used by StrokeDB
 
   # so called Nil UUID, should be used as special UUID for Meta meta</diff>
      <filename>lib/strokedb.rb</filename>
    </modified>
    <modified>
      <diff>@@ -62,7 +62,7 @@ module StrokeDB
       def document(store=nil)
         raise NoDefaultStoreError.new unless store ||= StrokeDB.default_store
         unless meta_doc = store.find(NIL_UUID)
-          meta_doc = Document.create!(store, :name =&gt; Meta.name, :uuid =&gt; NIL_UUID, :nsurl =&gt; &quot;http://strokedb.com/&quot;)
+          meta_doc = Document.create!(store, :name =&gt; Meta.name, :uuid =&gt; NIL_UUID, :nsurl =&gt; STROKEDB_NSURL)
         end
         meta_doc
       end</diff>
      <filename>lib/strokedb/document/meta.rb</filename>
    </modified>
    <modified>
      <diff>@@ -6,6 +6,10 @@ describe &quot;Meta meta&quot; do
     # @mem_storage = StrokeDB::MemoryStorage.new
     # StrokeDB.stub!(:default_store).and_return(StrokeDB::Store.new(:storage =&gt; @mem_storage))
   end
+
+  it &quot;should have nsurl http://strokedb.com/&quot; do
+    Meta.document.nsurl.should == STROKEDB_NSURL
+  end
   
   it &quot;should have document with nil uuid&quot; do
     Meta.document.should_not be_nil
@@ -16,11 +20,6 @@ describe &quot;Meta meta&quot; do
     Meta.default_nsurl.should be_blank
   end
 
-  it &quot;should have nsurl http://strokedb.com/&quot; do
-    Meta.document.nsurl.should == &quot;http://strokedb.com/&quot;
-  end
-
-
   it &quot;should be able to configure new default nsurl&quot; do
     Meta.default_nsurl = &quot;http://mycoolapp.com&quot;
     Meta.default_nsurl.should == &quot;http://mycoolapp.com&quot;</diff>
      <filename>spec/lib/strokedb/document/meta_meta_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ba88f328ec800b4083e1532f9f0aff24fa700809</id>
    </parent>
  </parents>
  <author>
    <name>Yurii Rashkovskii</name>
    <email>yrashk@idbns.com</email>
  </author>
  <url>http://github.com/yrashk/strokedb/commit/f40b39282883c28bc67ec98f799109ee7053f476</url>
  <id>f40b39282883c28bc67ec98f799109ee7053f476</id>
  <committed-date>2008-04-20T19:04:12-07:00</committed-date>
  <authored-date>2008-04-20T19:04:12-07:00</authored-date>
  <message>STROKEDB_NSURL constant added</message>
  <tree>608d419e4b6052078e4746a7614b29fa81cc9af4</tree>
  <committer>
    <name>Yurii Rashkovskii</name>
    <email>yrashk@idbns.com</email>
  </committer>
</commit>
