Skip to content

Commit

Permalink
oy vey - ok - think we got it right this time - file renamed, and nam…
Browse files Browse the repository at this point in the history
…es renamed
  • Loading branch information
dchelimsky committed May 30, 2010
1 parent fcddb63 commit 8b497c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions features/configuration/custom_settings.feature
Expand Up @@ -11,7 +11,7 @@ Feature: custom settings
c.add_setting :custom_setting
end
describe "custom option" do
describe "custom setting" do
it "is nil by default" do
RSpec.configuration.custom_setting.should be_nil
end
Expand Down Expand Up @@ -41,7 +41,7 @@ Feature: custom settings
c.add_setting :custom_setting, :default => true
end
describe "custom option" do
describe "custom setting" do
it "is true by default" do
RSpec.configuration.custom_setting.should be_true
end
Expand Down Expand Up @@ -71,7 +71,7 @@ Feature: custom settings
c.custom_setting = true
end
describe "custom option" do
describe "custom setting" do
it "returns the value set in the last cofigure block to get eval'd" do
RSpec.configuration.custom_setting.should be_true
end
Expand Down

0 comments on commit 8b497c5

Please sign in to comment.