saturnflyer/surrounded

View on GitHub
test/casting_test_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage
require "test_helper"

require "casting"
class CastingUser < User
  include Casting::Client
  delegate_missing_methods
end