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