spec/meta_spec.rb in fuzzily-0.2.1 vs spec/meta_spec.rb in fuzzily-0.2.2
- old
+ new
@@ -1,8 +1,8 @@
require 'spec_helper'
# This tests our RSpec setup works
describe 'Test suite' do
it 'has a working ActiveRecord connection' do
- ActiveRecord::Base.connection.execute('SELECT * FROM `sqlite_master`')
+ ActiveRecord::Base.connection.execute('SELECT(1)')
end
end
\ No newline at end of file