Sha256: 62fc547a1a3411e5e9c7a4838f89116cd3f570f8826fd87a51d2f532feb70d44

Contents?: true

Size: 208 Bytes

Versions: 173

Compression:

Stored size: 208 Bytes

Contents

require File.join(File.dirname(__FILE__), *%w[.. helper])

with_steps_for :running_rspec do
  Dir["#{File.dirname(__FILE__)}/*"].each do |file|
    run file if File.file?(file) && !(file =~ /\.rb$/)
  end
end

Version data entries

173 entries across 60 versions & 10 rubygems

Version Path
dchelimsky-rspec-1.1.10 stories/mock_framework_integration/stories.rb
dchelimsky-rspec-1.1.10 stories/interop/stories.rb
dchelimsky-rspec-1.1.10 stories/configuration/stories.rb
dchelimsky-rspec-1.1.10 stories/example_groups/stories.rb
dchelimsky-rspec-1.1.11.1 stories/interop/stories.rb
dchelimsky-rspec-1.1.11.1 stories/mock_framework_integration/stories.rb
dchelimsky-rspec-1.1.11.1 stories/configuration/stories.rb
dchelimsky-rspec-1.1.11.1 stories/example_groups/stories.rb
dchelimsky-rspec-1.1.11 stories/example_groups/stories.rb
dchelimsky-rspec-1.1.11 stories/interop/stories.rb
dchelimsky-rspec-1.1.11 stories/mock_framework_integration/stories.rb
dchelimsky-rspec-1.1.11 stories/configuration/stories.rb
jnstq-acts_as_sms-0.1.0 test/vendor/plugins/rspec/stories/interop/stories.rb
jnstq-acts_as_sms-0.1.0 test/vendor/plugins/rspec/stories/configuration/stories.rb
jnstq-acts_as_sms-0.1.0 test/vendor/plugins/rspec/stories/example_groups/stories.rb
jnstq-acts_as_sms-0.1.0 test/vendor/plugins/rspec/stories/mock_framework_integration/stories.rb
jnstq-acts_as_sms-0.1.1 test/vendor/plugins/rspec/stories/example_groups/stories.rb
jnstq-acts_as_sms-0.1.1 test/vendor/plugins/rspec/stories/configuration/stories.rb
jnstq-acts_as_sms-0.1.1 test/vendor/plugins/rspec/stories/interop/stories.rb
jnstq-acts_as_sms-0.1.1 test/vendor/plugins/rspec/stories/mock_framework_integration/stories.rb