Skip to content

Commit

Permalink
Merge branch 'master' into new-views
Browse files Browse the repository at this point in the history
  • Loading branch information
yrashk committed Apr 30, 2008
2 parents db31f43 + 661b630 commit c573eaf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions spec/lib/strokedb/config_spec.rb
Expand Up @@ -134,10 +134,8 @@
it "should use specified store if told so" do
StrokeDB.send!(:remove_const,'SomeFunnyStore') if defined?(SomeFunnyStore)
StrokeDB::SomeFunnyStore = Class.new(Store)
pending("not that important now") do
config = StrokeDB::Config.build :store => :some_funny, :base_path => @base_path
config.stores[:default].should be_a_kind_of(SomeFunnyStore)
end
config = StrokeDB::Config.build :store => :some_funny, :base_path => @base_path
config.stores[:default].should be_a_kind_of(SomeFunnyStore)
end

it "should add storages as he is told to" do
Expand Down

0 comments on commit c573eaf

Please sign in to comment.