mirror of
https://github.com/ms-ati/docile
synced 2023-03-27 23:21:52 -04:00
Fix spec descriptions to reflect module, rather than instance, methods
This commit is contained in:
parent
09b516d283
commit
ecb259db1f
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ require "spec_helper"
|
|||
|
||||
describe Docile do
|
||||
|
||||
describe "#dsl_eval" do
|
||||
describe ".dsl_eval" do
|
||||
|
||||
context "when DSL context object is an Array" do
|
||||
let(:array) { [] }
|
||||
|
@ -246,7 +246,7 @@ describe Docile do
|
|||
|
||||
end
|
||||
|
||||
describe "#dsl_eval_immutable" do
|
||||
describe ".dsl_eval_immutable" do
|
||||
|
||||
context "when DSL context object is a frozen String" do
|
||||
let(:original) { "I'm immutable!".freeze }
|
||||
|
|
Loading…
Add table
Reference in a new issue