Sha256: 823edeed67e80d2d962f686bc4a83d56911ad333b49c13c4bc0ec7be0f50d7bd

Contents?: true

Size: 270 Bytes

Versions: 9

Compression:

Stored size: 270 Bytes

Contents

require File.dirname(__FILE__) + '/../remote_helper'

class RemoteSubscriptionsControllerTest < ActionController::TestCase

  tests Muck::SubscriptionsController
  
  should_require_login :edit => :get, :update => :put, :destroy => :delete, :login_url => '/login'
  
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
muck-commerce-0.2.8 test/rails_root/remote/functional/remote_subscriptions_controller_test.rb
muck-commerce-0.2.7 test/rails_root/remote/functional/remote_subscriptions_controller_test.rb
muck-commerce-0.2.6 test/rails_root/remote/functional/remote_subscriptions_controller_test.rb
muck-commerce-0.2.5 test/rails_root/remote/functional/remote_subscriptions_controller_test.rb
muck-commerce-0.2.4 test/rails_root/remote/functional/remote_subscriptions_controller_test.rb
muck-commerce-0.2.3 test/rails_root/remote/functional/remote_subscriptions_controller_test.rb
muck-commerce-0.2.2 test/rails_root/remote/functional/remote_subscriptions_controller_test.rb
muck-commerce-0.2.1 test/rails_root/remote/functional/remote_subscriptions_controller_test.rb
muck-commerce-0.2.0 test/rails_root/remote/functional/remote_subscriptions_controller_test.rb