We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f376a8 commit 97dd338Copy full SHA for 97dd338
test/imagekit/configuration_test.rb
@@ -5,6 +5,9 @@
5
let(:configurable_obj) { Class.new.send :include, ImageKitIo::Configurable}
6
7
describe 'Configuration' do
8
+ after do
9
+ configurable_obj.config.constants.BASE_URL = "https://api.imagekit.io/v1/files"
10
+ end
11
it 'configure with the keys' do
12
configurable_obj.configure do |config|
13
config.public_key = 'public_key_123'
0 commit comments