Skip to content

Commit

Permalink
Removed old rspec cruft, but left skeleton intact.
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanbergen committed Oct 10, 2009
1 parent 0166b55 commit 1546804
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
5 changes: 4 additions & 1 deletion spec/integration/active_olap_spec.rb
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
require File.dirname(__FILE__) + '/../spec_helper.rb'
require File.dirname(__FILE__) + '/../spec_helper.rb'

describe ActiveOLAP do
end
3 changes: 1 addition & 2 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@

# Load Active OLAP files
require 'active_record'
require File.dirname(__FILE__) + '/../lib/active_record/olap'
require File.dirname(__FILE__) + '/../lib/active_record/olap/cube'
require 'active_olap'
9 changes: 1 addition & 8 deletions spec/unit/cube_spec.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
require File.dirname(__FILE__) + '/../spec_helper'

describe ActiveOLAP::Cube do

before(:each) do

end

it "should blah"

end
end

0 comments on commit 1546804

Please sign in to comment.