spec/lib/basquiat_spec.rb in basquiat-1.2.0 vs spec/lib/basquiat_spec.rb in basquiat-1.3.0.pre.1
- old
+ new
@@ -1,13 +1,7 @@
require 'spec_helper'
describe Basquiat do
- after(:all) do
- Basquiat.configure do |config|
- config.config_file = File.expand_path('../../support/basquiat.yml', __FILE__)
- end
- end
-
it 'should have a version number' do
expect(Basquiat::VERSION).not_to be_nil
end
it '#configure yields to a block' do