Sha256: 4b1006abc9f96a35294f14b7dea118dcd0b1166925c1321629f0bfe5c1c54262
Contents?: true
Size: 313 Bytes
Versions: 4
Compression:
Stored size: 313 Bytes
Contents
require 'test_helper' class CiteroEngineRecordTest < ActiveSupport::TestCase test "test the ability to modify the services on the fly" do CiteroEngine.easybib.url = "localhost" assert CiteroEngine.easybib.url.eql? "localhost" CiteroEngine.easybib.url = "http://www.easybib.com/cite/bulk" end end
Version data entries
4 entries across 4 versions & 1 rubygems