gemfile
This commit is contained in:
parent
b11f54e1d9
commit
bde81449dc
|
@ -0,0 +1,41 @@
|
||||||
|
PATH
|
||||||
|
remote: .
|
||||||
|
specs:
|
||||||
|
hydra (0.23.2)
|
||||||
|
|
||||||
|
GEM
|
||||||
|
remote: http://rubygems.org/
|
||||||
|
specs:
|
||||||
|
builder (2.1.2)
|
||||||
|
cucumber (0.9.2)
|
||||||
|
builder (~> 2.1.2)
|
||||||
|
diff-lcs (~> 1.1.2)
|
||||||
|
gherkin (~> 2.2.5)
|
||||||
|
json (~> 1.4.6)
|
||||||
|
term-ansicolor (~> 1.0.5)
|
||||||
|
diff-lcs (1.1.2)
|
||||||
|
gherkin (2.2.9)
|
||||||
|
json (~> 1.4.6)
|
||||||
|
term-ansicolor (~> 1.0.5)
|
||||||
|
json (1.4.6)
|
||||||
|
rspec (2.0.0.beta.19)
|
||||||
|
rspec-core (= 2.0.0.beta.19)
|
||||||
|
rspec-expectations (= 2.0.0.beta.19)
|
||||||
|
rspec-mocks (= 2.0.0.beta.19)
|
||||||
|
rspec-core (2.0.0.beta.19)
|
||||||
|
rspec-expectations (2.0.0.beta.19)
|
||||||
|
diff-lcs (>= 1.1.2)
|
||||||
|
rspec-mocks (2.0.0.beta.19)
|
||||||
|
shoulda (2.10.3)
|
||||||
|
term-ansicolor (1.0.6)
|
||||||
|
therubyracer (0.7.4)
|
||||||
|
|
||||||
|
PLATFORMS
|
||||||
|
ruby
|
||||||
|
|
||||||
|
DEPENDENCIES
|
||||||
|
cucumber (= 0.9.2)
|
||||||
|
hydra!
|
||||||
|
rspec (= 2.0.0.beta.19)
|
||||||
|
shoulda (= 2.10.3)
|
||||||
|
therubyracer (= 0.7.4)
|
2
Rakefile
2
Rakefile
|
@ -40,8 +40,6 @@ rescue LoadError
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
task :test => :check_dependencies
|
|
||||||
|
|
||||||
task :default => :test
|
task :default => :test
|
||||||
|
|
||||||
require 'rake/rdoctask'
|
require 'rake/rdoctask'
|
||||||
|
|
|
@ -11,7 +11,7 @@ $LOAD_PATH.unshift(File.dirname(__FILE__))
|
||||||
require 'hydra'
|
require 'hydra'
|
||||||
|
|
||||||
# Since Hydra turns off testing, we have to turn it back on
|
# Since Hydra turns off testing, we have to turn it back on
|
||||||
Test::Unit.run = false
|
#Test::Unit.run = false
|
||||||
|
|
||||||
class Test::Unit::TestCase
|
class Test::Unit::TestCase
|
||||||
def target_file
|
def target_file
|
||||||
|
|
Loading…
Reference in New Issue